Retrieve a run
Retrieve a run by its ID.
Authorizations
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
Path Parameters
The ID of the run to retrieve.
Response
Successful response
Unique identifier for the object.
ID of the task executed in this run.
Arguments in this run for the task's input parameters.
Lifecycle status of the run: pending, running, success, failed, timed_out, result_too_large, or internal_error.
pending, running, success, failed, timed_out, result_too_large, internal_error Execution result of the run. In JSON, matching the task's output schema.
Whether the run has associated logs
Timestamp when the object was created.
Timestamp when the object was last updated.
Secrets to use for this run. This dict must be a mapping of secret slot names to secret IDs.