get_survey_response
Retrieve a single survey response to inspect an individual respondent's answers.
Instructions
Get a single survey response.
Retrieves the details of one specific response submitted to the specified survey. Use this to inspect the answers of an individual respondent.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: survey_id: The unique id of the survey. response_id: The unique id of the response to retrieve. 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 response details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| survey_id | Yes | ||
| response_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |