3b2cee2701a3
Get Conversation Summary
Get a lightweight summary of a conversation: its title, the generated transcript summary, whether the call was successful, and — only when the conversation is short — the plain chat messages. Tool calls, tool results, and contextual updates are omitted so the response stays small. Use this instead of the full conversation endpoint when you only need the gist (e.g. an agent reading many conversations); use GET /v1/convai/conversations/{conversation_id} when you need the full transcript with tool calls and contextual updates.
Path parameters
The id of the conversation you're taking the action on.
The id of the conversation you're taking the action on.
Query parameters
Maximum number of chat message turns to include inline. When the conversation has more than this, the messages are omitted and messages_omitted is set.
Maximum number of chat message turns to include inline. When the conversation has more than this, the messages are omitted and messages_omitted is set.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response