Skip to main content
GET
List War Room Scenarios
Gated by the live, per-user feature flag deals_war_room403 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 of contacts: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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deal_id
string
required

The deal's id.

Query Parameters

limit
integer
default:50

Max scenarios to return, newest first; capped at 100 server-side.

Response

Successful Response