llm_job_status
Check lifecycle status and privacy-safe normalized progress of an async or deferred-sync job by jobId, with sequence-bounded paging for long-running workloads.
Instructions
Check lifecycle status and bounded privacy-safe normalized progress for a gateway async or deferred-sync job by jobId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Async job ID from *_request_async | |
| progressLimit | No | Maximum next normalized progress events to return in forward sequence order | |
| afterProgressSeq | No | Return normalized progress events with a sequence greater than this value |