Inspect a Reasonix task
reasonix_inspectRetrieve task status, evidence, and interactions with bounded, paginated output. Inspect diffs and opt-in events to recover from interruptions without polling.
Instructions
Recovery-only bounded inspection of status, evidence, interactions, and optional paginated diff or event output. Events are opt-in. The default two-call happy path uses no inspect polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| include | No | ||
| task_id | Yes | ||
| wait_ms | No | ||
| max_bytes | No | ||
| wait_until | No | change |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| sections | Yes | ||
| truncated | Yes | ||
| updated_at | Yes | ||
| next_cursor | No |