Get Call State Information
GET {{baseUrl}}/accounts/:accountId/calls/:callId
Retrieve the current state of a specific call. This information is near-realtime, so it may take a few minutes for your call to be accessible using this endpoint.
Note: Call information is kept for 7 days after the calls are hung up. If you attempt to retrieve information for a call that is older than 7 days, you will get an HTTP 404 response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"applicationId":"\u003cstring\u003e","accountId":"\u003cstring\u003e","callId":"\u003cstring\u003e","parentCallId":"\u003cstring\u003e","to":"\u003cstring\u003e","from":"\u003cstring\u003e","direction":"\u003cstring\u003e","state":"\u003cstring\u003e","stirShaken":{"velit_0b":"\u003cstring\u003e","officia_479":"\u003cstring\u003e"},"identity":"\u003cstring\u003e","enqueuedTime":"\u003cdateTime\u003e","startTime":"\u003cdateTime\u003e","answerTime":"\u003cdateTime\u003e","endTime":"\u003cdateTime\u003e","disconnectCause":"\u003cstring\u003e","errorMessage":"\u003cstring\u003e","errorId":"\u003cstring\u003e","lastUpdate":"\u003cdateTime\u003e"}