get_task_output
Retrieve bounded output from a coding agent task, using a cursor for pagination and a maximum byte limit to control response size.
Instructions
Returns bounded task output with pagination cursor support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Byte offset to start reading | |
| task_id | Yes | Task ID | |
| max_bytes | No | Maximum bytes to read (default 20000) |