Voice Agents
Get voice call
Retrieve a single voice call, including its full transcript once the conversation has produced turns.
get/v1/calls/{callId}
Path parameters
callIdstring required
Voice call ID.
Response
Voice call details.
Example response
{
"call": {
"id": "call_abc123",
"from": "+13125551212",
"to": "+56912345678"
}
}