Check a job
check_jobLook up a job by ID and save its results once finished. Use after a tool responded before the job was done.
Instructions
Look a job up by id and, if it has finished, save its results. Use after a tool answered before its job was done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id an earlier call answered with. | |
| output_dir | No | Directory for the results. Defaults to beside a local source. A URL source has no "beside": without this the answer carries temporary links. | |
| wait_seconds | No | Seconds to keep waiting if it is still running (default 0, at most 240). |