Skip to main content

Get Call Details

Retrieve comprehensive details for a specific contact center call.

HTTP Request​

GET /v2/accounts/<account_sid>/calls/<call_sid>

Path Parameters​

ParameterDescription
call_sidThe unique identifier of the call

Response​

Returns comprehensive call metadata including:

FieldDescription
call_sidUnique call identifier
call_stateCurrent state of the call
durationTotal call duration
talk_timeActual conversation time
recording_urlURL to access the call recording (if enabled)
agent_detailsInformation about the assigned agent
customer_detailsCustomer phone number and details
status_callbacksWebhook delivery status

Status Callback Webhook Payload​

When configured, the following data is sent to your webhook URL:

FieldDescription
call_sidCall identifier
event_typeanswered or terminal
call_stateCurrent call state
durationCall duration at event time
recording_urlRecording URL (on terminal event)