Agent Executions
List Agent Executions
List all agent executions matching the query parameters sorted anti-chronologically by when they were last updated (updated_at
).
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Available options:
PENDING_INPUTS
, PENDING_DATA_EXTRACTION
, PENDING_REVIEW
, CANCELED
, CONFIRMED
, DELIVERED_TO_DESTINATION
Required range:
x >= 0
Required range:
1 <= x <= 100
total_count: Include the total number of agent executions that match the query, only accurate up to 100.
Available options:
total_count
Response
200
application/json
Successful Response
Whether there are more agent executions that match the query that were not included in this response.
The total number of agent executions that match the query, only accurate up to 100.