list_landing_page_reports
Retrieve aggregate performance reports for every landing page in your Mailchimp account. Paginate with count and offset.
Instructions
List reports for all landing pages.
Retrieves aggregate performance reports across every landing page 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 landing page reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |