v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Call Information

Retrieve a call status

Returns the status of a call (data is available 10 minutes after call ended).

get/calls/{call_control_id}

Path parameters

call_control_idstring required

Unique identifier and token for controlling the call

Response

Successful response with details about a call status.

Example response

{
  "data": {
    "call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
    "call_duration": 50,
    "call_leg_id": "2dc6fc34-f9e0-11ea-b68e-02420a0f7768",
    "call_session_id": "2dc1b3c8-f9e0-11ea-bc5a-02420a0f7768",
    "client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
    "end_time": "2019-01-23T18:11:52.574Z",
    "is_alive": false,
    "record_type": "call",
    "start_time": "2019-01-23T18:10:02.574Z"
  }
}