List transcriptions

Retrieve a paginated list of call/meeting transcriptions, filterable by type, derived status, assigned user, deal, and contact, plus a date range. Requires the TRANSCRIPTIONS_API feature flag and an API key with the transcriptions:read scope.

The list never includes the transcript text — reading it costs an external CDN fetch, done only by GET /v2/transcriptions/{id}.

date_end divergence: a bare date_end (e.g. 2026-07-31, no time component) covers the whole day here. This differs from /v2/activities, where the same input widens to T00:00:00 and excludes the end day — the divergence is deliberate.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated list of transcription types to filter by (MEETING, VOIP).

string

Inclusive start of the date range (ISO 8601), applied to created_at.

string

Inclusive end of the date range (ISO 8601), applied to created_at. A bare date with no time component covers the whole day.

string

Filter by the derived status (READY, PENDING, FAILED). A single value, not a CSV — passing more than one is rejected with a 400.

uuid

Filter by the deal's assigned user — the Meet host or the VoIP agent (single UUID).

uuid

Filter by a single deal UUID.

uuid

Filter by a single contact UUID. Resolves through both the deal and the underlying VoIP call, so a VOIP row without a deal still matches.

integer
1 to 100
Defaults to 100

Max number of rows returned

integer
≥ 1
Defaults to 1

Select the page of the result

Headers
string
required

API Token

Responses

401

Authentication error - invalid or missing api-token

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json