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
string
required
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
string
required
The unique identifier of the call (e.g.,
call_xyz789)Query Parameters
string
Comma-separated list of additional data to include:
transcript, recording, analysisResponse
string
Unique identifier for the call
string
Current status:
queued, ringing, in_progress, completed, failed, no_answer, busystring
The destination phone number
string
The phone number the call was made from
string
The agent ID used for the call
integer
Call duration in seconds (only present when completed)
array
Array of transcript segments (when
include=transcript)string
URL to the call recording (when
include=recording and recording is available)object
AI-generated analysis of the call (when
include=analysis)object
Custom metadata attached to the call
string
ISO 8601 timestamp of when the call was created
string
ISO 8601 timestamp of when the call ended