Skip to main content
GET
List Competitive Intelligence History
Gated by the ai.competitive_intelligence config feature flag — a 403 names the flag when disabled.

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

Array of {id, generated_at, source} for every brief ever generated for this deal, newest first — no payload. Fetch a specific one by id with Get a Specific Brief.

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.

Response

Successful Response