Read a T3 thread
get_threadRetrieve recent conversation history, session status, and pending approval requests for a thread. Use beforeCursor to page through older messages.
Instructions
Read a thread's recent conversation: messages from the last N turns, session status, any pending approval/user-input requests (with requestIds needed to respond), and an activity overview. Use beforeCursor from a previous call to page further back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | Thread id (from list_threads) | |
| turnLimit | No | How many recent turns to include (default 5) | |
| beforeCursor | No | Pagination cursor from a previous call | |
| includeActivities | No | Include per-activity detail overview (default true) |