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

