Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The API version to use.
2025-06-19
Path Parameters
Unique identifier for the conversation, e.g. conv_8qm9JBCiTe7
.
Response
Successful response.
Unique identifier for the conversation, e.g. conv_8qm9JBCiTe7
.
Version-specific identifier for the agent that handled the conversation, e.g. ca_8qm9JBCiTe7@v0
.
Whether the conversation is in livemode.
When the conversation was created.
The direction of the conversation.
inbound
, outbound
The status of the conversation.
queued
, in-progress
, completed
, voicemail
, failed
, busy
, no-answer
Additional key-value pairs attached to the conversation. These can be used to store arbitrary data by procedural agents.
Unique identifier for the customer, e.g. cus_8qm9JBCiTe7
.
The channel of the conversation.
phone
, chat_realtime
, chat_async
The channel of the conversation. Response object for a phone channel conversation.
Partial override for the agent's configuration (e.g. voice, runtime, tools). Follows the same shape as the agent configuration object, but all fields are optional since it is merged into the base config.
When the conversation was started.
When the conversation was completed.
The reason for the conversation failure, only set when status is failed
.
dial_failed
, number_marked_disconnected
, pstn_blocked
, dnc_rejected
, tcpa_rejected
, number_invalid
, internal_error
, twilio_error
, agent_timeout
, customer_requested_dnc
The summary of the conversation.
The duration of the conversation in seconds.
The sentiment of the customer during the conversation.