BatchOperations
Get a summary of batch requests that have been made.
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 BatchOperations; SELECT * FROM BatchOperations where Id=2;
Columns
| Name | Type | Description |
| Id [KEY] | String | A string that uniquely identifies this batch request. |
| Status | String | The status of the batch call. Learn more about the batch operation status
The allowed values are pending, preprocessing, started, finalizing, finished. |
| TotalOperations | Integer | The total number of operations to complete as part of this batch request. For GET requests requiring pagination, each page counts as a separate operation. |
| FinishedOperations | Integer | The number of completed operations. This includes operations that returned an error. |
| ErroredOperations | Integer | The number of completed operations that returned an error. |
| SubmittedAt | Datetime | The date and time when the server received the batch request in ISO 8601 format. |
| CompletedAt | Datetime | The date and time when all operations in the batch request completed in ISO 8601 format. |
| ResponseBodyUrl | String | The URL of the gzipped archive of the results of all the operations. |
| Links | String | A list of link types and descriptions for the API schema documents. |