Authorizations
API Key is required in header. You can find it in the settings
Path Parameters
A unique identifier for any call, whether inbound, outbound, or web-based.
Response
OK
A unique identifier for any call, whether inbound, outbound, or web-based.
"AuUKK371Spr5nHJS"
Specifies the direction or type of the call.
inbound, outbound, web
"inbound"
Unique identifier for the conversation associated with the call.
123456789
Phone number details of the caller
"Object"
Status of the call
scheduled, in-progress, completed, failed
"completed"
Timestamp indicating when the call began.
"2021-04-20T10:00:00.000Z"
Timestamp indicating when the call ended.
"2021-04-20T10:00:00.000Z"
Total duration of the call in seconds.
120
Reason for call termination
customer_ended_call, agent_ended_call, inactivity, busy, no-answer, failed
"inactive"
The timestamp when the call record was created.
"2021-04-20T10:00:00.000Z"
The timestamp when the call record was last updated.
"2021-04-20T10:00:00.000Z"
A set of dynamic key-value pairs required by the selected Agent. These variables allow personalization of the call, such as passing the customer’s name or other contextual details.
{ "customer_name": "Michael" }