---
title: "Get Pipeline State"
method: GET
path: "/api/prospecting/pipeline"
tags: ["prospecting"]
---

# Get Pipeline State

`GET /api/prospecting/pipeline`

Get the full pipeline state for rendering the kanban view.

## Query parameters

- `light` boolean — When true, omit the heavy AI-plan fields (latest_strategy / latest_draft / evidence / goal) and return small derived previews instead, for faster first card-paint. The web kanban opts in; the full fields load lazily per deal via GET /deals/{id}. Other clients (mobile) leave this false and get the full payload unchanged.
- `user_id` string, nullable
- `org_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `13940b6986a4` — 1 warning
  - deleted the `query` request parameter `auto_advance`

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/prospecting/pipeline/get.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/9807fa931cb6/schema)
