job_status
Poll any async job's status (running, done, or failed) without fetching its result, enabling cheap repeated checks in loops.
Instructions
Lightweight poll of any async job (from an *_submit tool). Returns {job_id, kind, status: 'running'|'done'|'failed', elapsed_s, meta} (+ error when failed) WITHOUT the result payload — cheap to call in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |