Check a background job
get_background_jobCheck a job started with start_background_job. Returns state "running", "done" (with the run's result) or "failed" (with the reason). A run whose invocation died is reported as failed rather than left running forever, so it is safe to poll until this stops saying running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id from start_background_job. |