Retrieve a run by its ID.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
The ID of the run to retrieve.
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.
Whether the run was successful.
Execution result of the run. In JSON, matching the task's output schema.
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 UUIDs.