get_survey_questions_report
Retrieve granular question-by-question response data for a specific survey in Mailchimp. Use this to analyze how respondents answered each question.
Instructions
Get the questions report for a single survey.
Retrieves aggregate reporting broken down by each question in the specified survey. Use this to understand how respondents answered across all questions.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: survey_id: The unique id of the survey whose questions to report on. 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 survey questions report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| survey_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |