Check a background job
cs_job_statusCheck a background job's running, succeeded, or failed state, its phases, and final result, or read a job record from disk after a server restart.
Instructions
The state of a job started with background: true - running, succeeded or failed - with the phases it has reached and, once finished, the result the tool would have returned. Read-only. Jobs live in the server process, so a restart loses them; pass recordFile to read the copy the job wrote to disk instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Omit to list every job this server knows about | |
| recordFile | No | Read a job record from disk (e.g. <targetDir>/pull-job.json) when the server has been restarted since |