get_job_output
Retrieves output from a background job, supporting streaming by specifying an offset to get only new output since the last query.
Instructions
[Command Execution] Get output from a background job with streaming support
Example usage:
{
"jobId": "job_1",
"offset": 0
}Returns job output. Use offset to get only new output since last call (streaming).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID to query | |
| offset | No | Start position in output (default: 0, for streaming use last totalSize) |