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/ when you need the full transcript with tool calls and contextual updates.
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Path Parameters
The id of the conversation you're taking the action on.
"21m00Tcm4TlvDq8ikWAM"
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.
1 <= x <= 200Response
Successful Response
initiated, in-progress, processing, done, failed Number of plain chat message turns in the conversation.
Guidance telling the agent how to get the full transcript.
Short generated title for the conversation.
Generated natural-language summary of the call.
success, failure, unknown The plain chat messages (role and text only). Included only when message_count does not exceed the requested max_messages; otherwise null and messages_omitted is true.
True when the chat messages were omitted because the conversation was too long. Fetch the full transcript for the messages.