Conversations
Get conversation messages
Retrieve the transcript messages for a conversation
GET
Returns transcript messages for chat, web voice, and voice conversations, plus conversation metadata (including session timing).
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.
Query parameters
integer
default:"0"
Number of messages to skip.
integer
Maximum messages to return (
1–1000). Omit to return all remaining messages after skip.Response
array
required
Ordered transcript messages (includes agent details when available).
object
required
Conversation metadata, including session timing and handover summary fields when present.
Errors
Bad Request
Invalid project or conversation ID format.
Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.
Not Found
Conversation not found.

