API Reference
Check Run Status
Retrieves the current status and results (if available) of a specific agent run identified by its run_id
.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the agent run to check. Must be a valid version 4 UUID.
Response
200
application/json
Successfully retrieved the status of the agent run.
The response is of type object
.