Agents
List runs for an agent
Returns a list of all runs and run history for an agent. Most recent records are returned first.
GET
Get all runs for agent
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The id of the agent
Query Parameters
The maximum number of records to return. If not specified, only the most recent 50 runs will be returned.
Response
OK
0 = Combined; 1 = Separated
Available options:
Combined, Separated 0 = Invalid; 1 = Running; 2 = Exporting; 3 = Starting; 4 = Queuing; 5 = Stopping; 6 = Failure; 7 = Failed; 8 = Stopped; 9 = Completed; 10 = Success; 11 = Skipped; 12 = Waiting
Available options:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12