get_conversation
Retrieve a complete conversation transcript by ID, with per-message clipping to prevent oversized results.
Instructions
Read one full conversation, including its messages.
Long messages are clipped per-message so a single large tool result cannot
swamp the answer; raise max_message_chars when you need the full text of
a specific turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The conversation's UUID, from `list_conversations`. | |
| include_metadata | No | Keep each message's raw metadata_json blob (tool calls, files, agent steps). Verbose — off by default. | |
| max_message_chars | No | Per-message clip length. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||