get_session_messages
Retrieve paginated messages from a recorded session. Read conversation content after discovery, with text truncated to 1000 characters per message to control token usage.
Instructions
Read the actual messages from a session (paginated).
Use this after finding a session with the discovery tools to read its content. Each text part is hard-truncated to 1000 chars to control token budget. Tool calls return only name + status (not output). File/base64 parts are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default 10, max 50) | |
| offset | No | Pagination offset (for reading beyond the first page) | |
| session_id | Yes | The session ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||