AccountExports
Generates or retrieves completed account exports containing data snapshots or backups of Mailchimp account information.
Table Specific Information
Select
The add-in will use 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 add-in.
- Id supports the '=' operator.
SELECT * FROM AccountExports; SELECT * FROM AccountExports where Id=3191;
Columns
| Name | Type | 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. |