list_batches
List recent Mailchimp batch operations and their progress. Retrieve status, operation counts, and timestamps for pending, started, or finished batches.
Instructions
List recent batch operations with status and progress.
Use get_batch_status for detailed progress on a specific batch.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |