Outbound Calls
Get Outbound Call
Returns the current status and result of an outbound call, including the AI summary once completed
GET
The call record is the source of truth for an outbound call — poll this endpoint if you didn’t receive (or can’t rely on) the result webhook.
Path Parameters
The agent that made the call (UUID format)
The outbound call ID returned when the call was triggered
Response
The outbound call ID
Current lifecycle status:
queued, dispatching, dispatched, dialing, in_progress, completed, no_answer, busy, or failedThe dialed number (E.164)
AI-generated call summary.
null until the call completes (and for calls that never connected).When the callee answered (ISO 8601).
null if unanswered.When the call reached a terminal state (ISO 8601)
Talk time in seconds (answer to hang-up).
null if unanswered.The per-call context supplied when the call was triggered
Your
metadata payload from the trigger requestThe result webhook URL supplied when the call was triggered
Whether the result webhook was delivered successfully (
null until a terminal state)Human-readable failure reason for
failed callsSIP status code for calls that failed at the telephony layer (e.g.
486 busy, 480 no answer)