Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of call to delete
Response
Call deleted
The unique id for the call
The id of the assistant that handled the call
The date and time the call was started
The date and time the call ended
The status of the call
queued
, ringing
, in-progress
, forwarding
, ended
The reason why the call ended
The transcript of the call
The phone number that initiated the call
The phone number that received the call
The type of call
Structured messages representing the events of the conversation
- UserMessage
- SystemMessage
- BotMessage
- ToolCallMessage
- ToolCallResultMessage
The duration of the call in milliseconds
Includes custom evaluations and data extractions for the call.
A summary of the call
The outcome of the call
If the call was unsuccessful, this will be the reason why
declined
, escalated
, requested-callback
, customer-dropped
, assistant-ended
, opt-out