Read a long-running command job
exec_statusRetrieve the status and incremental stdout/stderr of a remote command execution using offset-based pagination. Monitor job progress without redundant data.
Instructions
Return job status plus stdout/stderr slices. Pass stdoutOffset/stderrOffset from the previous response's nextOffset fields to read incrementally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| maxBytes | No | ||
| stderrOffset | No | ||
| stdoutOffset | No |