Skip to main content
GET
Get Sales Intel Call
Gated by the ai.sales_intel_calls 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

{id, payload, generated_at, source} for the stored deal_sales_call_intelligence row on that meeting activity — all null if never generated. See Generate Call Intelligence for the payload shape.

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.

activity_id
string
required

The meeting activity's id.

Response

Successful Response