job_result
Retrieve the result of a background job, returning success data, error details, or status information for pending or failed jobs.
Instructions
Return a finished background job's result envelope -- identical to the sync tool's envelope.
A succeeded job returns its stored result verbatim; a failed job returns its error; a cancelled
or still-running job returns a structured error (poll job_status and retry); an unknown id is
JOB_NOT_FOUND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |