Calls
Get Call
Retrieve details of a specific call
GET
Request
Retrieve detailed information about a specific call, including its status, duration, transcript, and recording URL.Headers
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
The unique identifier of the call (e.g.,
call_xyz789)Query Parameters
Comma-separated list of additional data to include:
transcript, recording, analysisResponse
Unique identifier for the call
Current status:
queued, ringing, in_progress, completed, failed, no_answer, busyThe destination phone number
The phone number the call was made from
The agent ID used for the call
Call duration in seconds (only present when completed)
Array of transcript segments (when
include=transcript)URL to the call recording (when
include=recording and recording is available)AI-generated analysis of the call (when
include=analysis)Custom metadata attached to the call
ISO 8601 timestamp of when the call was created
ISO 8601 timestamp of when the call ended
Error Codes
| Code | Description |
|---|---|
call_not_found | The specified call_id does not exist |
unauthorized | You don’t have access to this call |