get_survey_responses
Retrieve raw per-annotator responses for a survey to see individual answers, spot outliers, and understand disagreement among annotators.
Instructions
Get the raw per-annotator responses for a survey.
check_survey returns aggregated results (consensus, votes, mean/median,
ranks). Use this tool when you want to see individual responses from each
annotator — useful for spotting outliers, seeing the spread of opinion, or
understanding disagreement.
The default view excludes answered rows from chains the annotator abandoned mid-flow or that are still in progress, matching what counts toward your survey's response total. Set the include flags to surface them.
Args: job_id: The job ID returned by create_survey. page: Page number (default 1). per_page: Responses per page (default 100, max 200). include_abandoned: Include answered rows from abandoned chains. include_in_progress: Include answered rows from in-flight chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| page | No | ||
| per_page | No | ||
| include_abandoned | No | ||
| include_in_progress | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |