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
, deactivated
, 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, scheduled, sending, completed, failed, deactivated, cancelled, partially_cancelled, archived
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'
Status 200 response
The response is of type object
.