---
title: "Create Agent Review Run"
method: POST
path: "/api/pipeline/agent-review"
tags: ["pipeline"]
---

# Create Agent Review Run

`POST /api/pipeline/agent-review`

Trigger a "Review Pipeline" run as a DETERMINISTIC fan-out of per-deal replans.

The old behavior was one survey-then-act `pipeline_agent_review` SDK session
that called `list_deals_needing_attention` itself and acted on up to 10
deals. With the deal_agent collapsed to async replan/initial runs, there is
no `agent_review` run-mode anymore. Instead we do the deal selection
server-side here — reusing the same warmest-first
`list_deals_needing_attention` query the tool used — and enqueue one ordinary
`pipeline_deal_replan` job per selected deal (same token-rotation +
supersede semantics as the per-deal Replan button). This removes the
multi-deal agent loop while preserving "review the warm deals and refresh
their plans" as the user-visible outcome.

## Query parameters

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

## 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/versions/9744001af85d/schema)
