job_status
Check the current status and timings of a background job using its ID. Returns pending, running, succeeded, failed, or cancelled.
Instructions
Report one background job's status and timings (no heavy result); JOB_NOT_FOUND if the id is unknown.
status is pending | running | succeeded | failed | cancelled. Poll this, then call job_result once
the job is succeeded (or to read the failure of a failed / cancelled job).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |