list_survey_reports
Retrieve aggregate performance reports for all surveys in your Mailchimp account. Paginate through results using count and offset parameters.
Instructions
List reports for all surveys.
Retrieves aggregate performance reports across every survey in the account. Use count and offset to page through large result sets.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Number of records to return per page (default 10). offset: Number of records to skip for pagination (default 0). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the list of survey reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |