calls
Get a call
Poll a single call. Returns the full detail fields (including transcript_full) that the list endpoint omits.
get/calls/{call_id}
Path parameters
call_idstring required
Headers
X-API-Keystring nullable
Response
Successful Response
Example response
{
"call_id": "c_abc123",
"customer_id": "cus_xyz",
"task_id": "t_abc123",
"target_phone": "+15551234567",
"call_sid": "CAxxxxxxxx"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.