List all tenant automations
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The cursor to start from
The limit of items to return, default is 100
[Deprecated please uses statusFilter]The status of the automation. By default we return all EXCEPT archived
draft, active, completed, archived The status(es) of the automation. Accepts a comma-separated list. By default we return all EXCEPT archived. Valid values are: draft, active, running, sending, completed, failed, cancelled, partially_cancelled, archived. 'scheduled' and 'deactivated' are accepted for backwards compatibility but return no results (statuses were removed).
An optional search query based on the name of the automation
The types of triggers for the automation (e.g. one-time versus trigger-based), An array of values in the format of 'one_time,trigger_based,date_based'