Get a call by ID
Retrieve a single call by its UUID. Use this to poll for status and results.
Authorizations
API key starting with sk_
Path Parameters
Call UUID
Response
Call details
Unique call identifier.
The agent that handled the call. Null for legacy calls created before agents existed.
Destination phone number.
Caller ID phone number.
queued, initiated, ringing, in_progress, completed, no_answer, busy, canceled, failed outbound for calls dispatched via POST /v1/calls; inbound for calls answered by an inbound agent.
inbound, outbound "outbound"
Snapshot of the agent's persona at the time this call ran.
Snapshot of the instructions used for this call (per-call override on outbound, otherwise the agent's default).
Rendered system prompt for this call, derived from the
agent's persona plus instructions. Treat this as
read-only call history, not a request field.
Context provided for this call.
Snapshot of the agent's returns schema used for this call.
Structured data extracted from the call, matching the returns schema
Extraction status: pending, completed, or failed
"completed"
Error message if extraction failed
Language code
Webhook endpoint URL
Webhook delivery status: pending, delivered, or failed
"delivered"
Error message if webhook delivery failed
When the call was created
When the call started ringing
When the callee answered
When the call ended
Total call duration in seconds
Billable connected time in seconds
Amount billed in milli-cents
Credit reservation status: reserved, settled, or released
"settled"
Error code from the telephony provider
Human-readable error description
Telephony-level hangup reason
Arbitrary metadata associated with the call
Last update timestamp