get_survey_question_answers
Retrieve answers submitted for a specific survey question. Paginate through results 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.
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).
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 |