List workflow automations
pushengage_list_workflowsList workflow automations on your site with pagination and status filtering. Optionally include analytics like entered, active, completed, failed users and goal performance.
Instructions
Lists the workflow automations on the current site, paginated (response includes has_more). Optionally filter by status (default "all" = every status), mirroring the dashboard filter tabs. Set include_analytics=true only when the user asks for stats/performance (it costs an extra analytics lookup per page). Each item then also carries an analytics object: entered, active, completed, failed (user counts), goal_count, goal_value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). | |
| limit | No | How many to return per page. Min 1, max 100, default 10. | |
| status | No | Filter by status. "all" (default) returns every status. | all |
| site_id | No | Override the currently selected site. | |
| include_analytics | No | When true, include per-workflow analytics (entered/active/completed/failed users and goal count/value). Costs an extra analytics lookup; only set it when the user asks for stats. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| total | No | ||
| has_more | No | ||
| last_page | No | ||
| workflows | No |