Get call details
Retrieve detailed information about a specific call
Authorizations
Use Authorization: Bearer tc_live_xxxxx
Path Parameters
Call UUID
Response
Call details
Call UUID
Account UUID
Destination phone number (E.164 format)
"+14155551234"
Caller ID used (E.164 format)
"+18005551234"
Gateway execution status
pending, queued, in_progress, completed, failed, cancelled Telephony outcome
in-progress: Call connected and activecompleted: Call finished successfullyfailed: Technical failureno-answer: No one answeredbusy: Line was busyrejected: Call was rejectedcancelled: Call was cancelled
Provider call ID
Call duration in minutes
2.5
Call transcript (JSONB array)
[
{
"id": 1,
"user": "assistant",
"text": "Hi, this is Rachel from TopView Dental...",
"created_at": "2025-12-22T10:30:05Z"
},
{
"id": 2,
"user": "user",
"text": "Yes, hi...",
"created_at": "2025-12-22T10:30:08Z"
}
]Recording URL (available ~15 seconds after call ends)
"https://api.example.com/recordings/2025/12/22/mp3"
AI-generated call summary
Error message if call failed
Who answered the call
human, voicemail, ivr, unknown Campaign UUID (if campaign call)
Lead UUID (if campaign call)
Whether worker has finished processing this call
When call was created
When call started
When call ended
Customer-supplied keys only (fields you passed at call creation, or via lead metadata). Internal gateway/provider configuration is never included.
Call disposition/outcome (e.g. "confirmed", "interested", "no_answer")
Actual duration billed in minutes
2.5
AI-generated structured analysis of the call, if analysis was requested for this call. Null when no analysis was produced.