list_account_exports
List and track export jobs for your Mailchimp account, including export IDs, status, and download URLs.
Instructions
List account export jobs that have been requested for this Mailchimp account.
Use this to track export requests and discover export IDs and their status. Use get_account_export for the full record and download URL of a single export.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and exports array. Each export: export_id, status, started (ISO 8601), finished (ISO 8601 or null), size_in_bytes, download_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |