List automations
reach_listAutomationsV1Retrieve a paginated list of automations for a profile, with counts of contacts entered, in progress, finished, and failed. Filter by status or sort by creation date to review automation performance.
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`. |