List automation events for an account
Returns the run history across all automations in the account, newest-first.
Use automation_id to narrow results to a single automation. Use project_id or project_ids to narrow by project.
For feature availability, see Jobs (Strings).
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
Filter events to a single automation by its ID.
Filter events by outcome state. Unrecognized values are ignored.
success, failure, in_progress Filter events by what triggered the automation run. Unrecognized values are ignored.
manual, schedule, upload, upload_batch Filter events by project ID. Accepts a single ID or a comma-separated list of IDs.
Filter events by one or more project IDs.
Return only events created after this ISO 8601 timestamp. Returns 400 if the value is not a valid date-time.
Return only events created before this ISO 8601 timestamp. Returns 400 if the value is not a valid date-time.
Response
OK
Unique identifier of the automation event.
Identifier of the automation that produced this event.
Outcome of the automation run.
success, failure, in_progress What caused the automation to run.
manual, schedule, upload, upload_batch Timestamp when the event was created.
Number of jobs created during this automation run.
Identifiers of the jobs created during this automation run.
The project associated with this automation event. Null when no project is set.
Error message describing the failure when state is failure; null otherwise.