List calls
Retrieve a paginated list of calls for your account.
Returns call details including transcript, recording URL, summary, billing information, customer-supplied metadata, and analysis.
For account and internal-tracking fields (e.g. account_id, external_call_id, completed), use GET /v1/calls/{call_id}.
Authorizations
Use Authorization: Bearer tc_live_xxxxx
Query Parameters
Maximum number of results (1-200)
1 <= x <= 200Pagination cursor (ISO 8601 timestamp)
Filter by call telephony outcome. Targets the call_status column.
completed, no-answer, failed, busy, dispatch_timeout Filter by campaign id.
Filter by destination phone number (exact match, E.164 format).
Filter by caller ID used (exact match, E.164 format).
Filter by who answered the call.
human, voicemail, ivr, unknown Filter by call disposition/outcome (exact match, e.g. "confirmed", "interested", "no_answer").
Filter by lead id.
Only return calls created at or after this timestamp.
Only return calls created at or before this timestamp.