list_account_exports
List export jobs to track account export requests and see their status and export IDs.
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.
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 |