get_survey_question_answers
Retrieve all answers submitted for a specific survey question. Paginate through large result sets using count and offset.
Instructions
List answers for a single survey question.
Retrieves the individual answers submitted for one specific question within the specified survey. Use count and offset to page through large result sets.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: survey_id: The unique id of the survey. question_id: The unique id of the question whose answers to list. 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 question answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| survey_id | Yes | ||
| question_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |