Skip to main content
GET
List Sales Intel Meetings
Gated by the ai.sales_intel_calls config feature flag — a 403 names the flag when disabled. Every type = meeting activity on the deal.

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

{"meetings": [{id, subject, completed_at, duration_minutes, has_transcript, transcript_preview_chars}]} — the transcript text itself is not included, only a presence flag and character count.

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