session
Retrieve a full conversation session in chronological order, page by page, using a session ID from search results or session list.
Instructions
Read one full conversation in chronological order, oldest message first, a page at a time. Use after you already have a session_id (from 'list_sessions' or a 'search' hit) and want to read that whole session in order rather than search across many. Page through long sessions with limit/offset. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | id of the session to read (from 'list_sessions' or a search result) | |
| limit | No | messages per page (default 200) | |
| offset | No | messages to skip from the start, for paging (default 0) |