list_automations
List classic automation workflows in your Mailchimp account with status and send counts, supporting pagination.
Instructions
List Classic Automation workflows in the account with status and send counts.
Returns Classic Automations only — ordered by creation date descending. Customer Journeys are NOT returned (Mailchimp does not expose a public read endpoint for journeys; only the journey-step trigger endpoint is public). To see what your Customer Journeys are sending, use search_automation_campaigns instead (it lists every campaign emitted by either system). Use get_automation_emails for individual emails within a Classic workflow. Use get_automation_summary for a counted overview combining both systems.
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 |