list_batches
List recent batch operations with status and progress to monitor Mailchimp automation tasks.
Instructions
List recent batch operations with status and progress.
Use get_batch_status for detailed progress on a specific batch.
Args: count: Batch operations to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and batches array. Each: id, status ('pending'/'started'/'finished'), total_operations, finished_operations, errored_operations, submitted_at, completed_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |