Retrieves the current status and results (if available) of a specific agent run identified by its run_id
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The UUID of the agent run to check. Must be a valid version 4 UUID.
Successfully retrieved the status of the agent run.
The response is of type object
.
Retrieves the current status and results (if available) of a specific agent run identified by its run_id
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The UUID of the agent run to check. Must be a valid version 4 UUID.
Successfully retrieved the status of the agent run.
The response is of type object
.