get_thread
Retrieve a thread from a specific environment with paginated history. Use turn limits and cursors to inspect conversation turns without loading the full log.
Instructions
Read one thread from an explicitly selected environment with bounded, paginated history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | ||
| turnLimit | No | ||
| beforeCursor | No | ||
| environmentId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| thread | No |