get_job_output
Retrieve output lines from a running or finished job, with pagination support using offset parameter.
Instructions
Get output lines from a running or finished job. Use offset to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by spawn_agent | |
| offset | No | Line offset to start from (default 0) |