Conversations
Get conversation by ID
Retrieve a single conversation record with transcript messages
GET
Returns one conversation by ID, including transcript messages.
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Conversation ID.
Response
Returns the conversation document plus amessages array.
Conversation ID.
Conversation status (for example
completed, live, failed).outbound, inbound, chat, or webvoice.Caller / callee phone number when applicable.
Conversation start time.
Call duration in seconds.
Transcript messages for the conversation.
Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.
Conversation history not found.

