List automations
reach_listAutomationsV1Retrieve a paginated list of automations in a profile with contact journey counts—entered, moving, finished, failed—to track automation performance. Use campaign statistics for email engagement metrics.
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`. |