Retrieve a call status
Returns the status of a call (data is available 10 minutes after call ended).
Path parameters
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"
}
}Changes
Changed in 2 of the 61 revisions of this API.7
- ▲
the response's body type/format changed from
object/to/for statusdefaultresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/integerfor statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for statusdefaultresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/integertointeger/int32for statusdefaultresponse-property-type-changed
- ▲
the
errors/items/source/pointerresponse's property type/format changed fromstring/json-pointertostring/for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲