List War Room Scenarios
Deals
List Scenarios
GET
List War Room Scenarios
Gated by the live, per-user feature flag
deals_war_room — 403 when disabled for the caller.
limit defaults to 50 and is capped at 100 server-side regardless of what you pass.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
{"scenarios": [{id, deal_id, created_by, title, status, scenario_input, scenario_result, created_at, updated_at}]}, newest first. status is pending | completed | failed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The deal's id.
Query Parameters
Max scenarios to return, newest first; capped at 100 server-side.
Response
Successful Response