Job result
job_resultFetch output paths of a completed job, with a probe of the rendered file. Poll job_status first; errors on pending/failed jobs, providing structured failure reasons.
Instructions
Fetch the output paths of a completed job.
Errors if the job has not finished yet — poll job_status first. For a failed job this raises with the structured failure reason; for a successful one the 'result' field carries the output path and a probe of the rendered file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id returned when the work was queued. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| job_id | Yes | ||
| result | No | ||
| status | Yes | ||
| outputs | No |