---
title: "Get Pipeline Annotations"
method: POST
path: "/api/prospecting/pipeline/annotations"
tags: ["prospecting"]
---

# Get Pipeline Annotations

`POST /api/prospecting/pipeline/annotations`

Batch-compute the deferred pipeline annotations for a chosen set of deals.

The counterpart to `GET /pipeline?defer_annotations=true`: that endpoint
skips `_annotate_client_contacts` / `_annotate_commercial_states` /
`_annotate_latest_activities` for a fast first paint; the web kanban calls
this afterward, in priority batches, to stream those fields in. Deal ids
outside the caller's org are silently dropped rather than erroring — the
caller is just naming rows it already saw on its own board.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- PipelineAnnotationsRequest
  - `deal_ids` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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