Read one conversation
get_conversationRetrieve the full message history of a conversation using its session id, optionally limiting the number of messages returned.
Instructions
Read the full message history of one conversation, in order, from its session id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many messages to return (1-200, default 100). | |
| session_id | Yes | Session id from list_conversations. |