Check a job
check_jobCheck a job's status by ID and download its result when complete. Use after a previous tool call ended before the job finished.
Instructions
Look up a job by id, and download its result if it has finished. Use this after a tool returned before the job was done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id an earlier call returned | |
| output_path | No | Where to write the result | |
| document_path | No | The original document, so a downloaded result can be named after it |