reach_listAutomationsV1
List automations for a profile with contact counts and filter by status. Paginate results and sort by creation date.
Instructions
Get a paginated list of the automations in a profile.
Every automation comes with the counts of contacts that entered it, are moving through it, finished it or failed on the way. Those counts describe the contact journey and are not email engagement metrics - for opens, clicks and unsubscribes use the campaign statistics endpoint instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| status | No | Filter automations by status. There is no `completed` status. An automation that has finished for every contact still reports `active`. | |
| per_page | No | Number of items per page | |
| profileUuid | Yes | Profile uuid parameter | |
| sort_direction | No | Order automations by creation date. Newest first unless set to `asc`. |