get_survey_responses
Retrieve individual survey responses from Mailchimp. Paginate large result sets using count and offset parameters to view submissions for a specific survey.
Instructions
List responses for a single survey.
Retrieves the individual responses submitted to the specified survey. Use count and offset to page through large result sets.
Args: survey_id: The unique id of the survey whose responses to list. count: Number of records to return per page (default 10). offset: Number of records to skip for pagination (default 0).
Returns: JSON with the list of survey responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| survey_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |