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.
Events emitted by the agent system in response to client input or internal agent logic.
Typically the conversation begins with a setup when the agent fetches the conversation context and initializes.
The conversation's 'start' and 'end' indicate the live session's bounds - when the user was actively connected through phone or chat. In case of an async chat the bounds are determined automatically.
User's and agent's messages are recorded as they are processed by the agent. Agent's speech is streamed as partial updates, terminated with a final message. User's messages are captured as a single event.
Unique identifier for the event, e.g. ev_8qm9JBCiTe7
.
When the event was created.
Version-specific identifier for the agent that handled the conversation, e.g. ca_8qm9JBCiTe7@v0
.
Whether the conversation is in livemode.
Unique identifier for the conversation, e.g. conv_8qm9JBCiTe7
.
Check out the Conversation events documentation page for the full description of the payload types.
Whether this event is experimental.