Skip to main content
GET
Retrieve the result of a completed async job. Only available when job status is succeeded.
string
required
The unique job identifier (e.g., run_abc123).

Response

string
required
Unique job identifier.
string
required
Job status (should be succeeded for results to be available).
string
required
The output/result from the agent execution.
number
required
Total execution time in seconds.
string
required
ISO 8601 timestamp of job creation.
string
required
ISO 8601 timestamp of job completion.

Complete Workflow Example

Error Responses

See Also