llm_job_result
Retrieve captured stdout and stderr for gateway async or deferred-sync jobs using a job ID. Supports resumable stream offsets for paging through large outputs.
Instructions
Retrieve captured stdout/stderr for a gateway async or deferred-sync job by jobId. Use rawOutput:true with independent stream offsets for resumable pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Async job ID from *_request_async | |
| maxChars | No | Maximum chars returned per stdout/stderr page | |
| rawOutput | No | Return captured provider streams without display parsing or compression. Available only to local stdio callers. Required for resumable offsets. | |
| stderrOffsetChars | No | Captured stderr character offset for resumable retrieval. Non-zero offsets require rawOutput:true. | |
| stdoutOffsetChars | No | Captured stdout character offset for resumable retrieval. Non-zero offsets require rawOutput:true. | |
| nativeTranscriptOffsetChars | No | Provider-native transcript character offset for resumable retrieval. Non-zero offsets require rawOutput:true. |