Async Jobs
Get Run Result API
Get the result of a completed async job
GET
Retrieve the result of a completed async job. Only available when job status is
succeeded.
The unique job identifier (e.g.,
run_abc123).Response
Unique job identifier.
Job status (should be
succeeded for results to be available).The output/result from the agent execution.
Total execution time in seconds.
ISO 8601 timestamp of job creation.
ISO 8601 timestamp of job completion.
Complete Workflow Example
Error Responses
| Status | Description |
|---|---|
400 | Job not complete or failed |
404 | Job not found |
500 | Internal server error |

