get_survey_response
Retrieve the details and answers of a specific survey response by providing the survey and response IDs. Inspect individual respondent data.
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.
Args: survey_id: The unique id of the survey. response_id: The unique id of the response to retrieve.
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 |