AccountExports
Generate a new account export or download a finished account export.
Table Specific Information
Select
The provider 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 provider.
- Id supports the '=' operator.
SELECT * FROM AccountExports; SELECT * FROM AccountExports where Id=3191;
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The ID for the export. |
| Started | Datetime | Start time for the export. |
| Finished | Datetime | If finished, the finish time for the export. |
| SizeInBytes | Integer | The size of the uncompressed export in bytes. |
| DownloadUrl | String | If the export is finished, the download URL for an export. URLs are only valid for 90 days after the export completes. |
| Links | String | A list of link types and descriptions for the API schema documents. |