get_account_export
Retrieve status and download URL for a single account export job. Poll until status is finished, then use download_url.
Instructions
Retrieve the status and download URL for a single account export job.
Use to poll an export until its status is finished and then read its download_url. Use list_account_exports to browse all exports and discover IDs instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: export_id: The export job ID to inspect. Obtain from list_account_exports or create_account_export. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with export_id, status, started (ISO 8601), finished (ISO 8601 or null), size_in_bytes, download_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| export_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |