list_automations
See all automation workflows in your Mailchimp account with status and send counts, organized by creation date. Includes Classic Automations and Customer Journeys.
Instructions
List automation workflows in the account with status and send counts.
Returns all automations regardless of status (sending, paused, draft), ordered by creation date descending. Includes both Classic Automations and Customer Journeys. Use get_automation_emails for individual emails within a workflow.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Automations to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and automations array. Each: id, status ('sending'/'paused'/'draft'), title, emails_sent, start_time, create_time, list_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |