AccountExports
Generates or retrieves completed account exports containing data snapshots or backups of Mailchimp account information.
View-Specific Information
Select
The provider uses the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| Id | = |
SELECT * FROM AccountExports
SELECT * FROM AccountExports WHERE Id = '3191'
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier assigned to the account export task. | |
| Started | Datetime | The date and time when the export process began. | |
| Finished | Datetime | The date and time when the export process was completed. The value is 'null' if the export is still in progress. | |
| SizeInBytes | Integer | The total size of the uncompressed export file, measured in bytes. | |
| DownloadUrl | String | The URL for downloading the completed export file, available only after the export finishes and valid for 90 days. | |
| Links | String | Provides a list of related API links and schema document references associated with the export resource. |