export_responses
Export survey responses to JSON or CSV with automatic file saving for large datasets to avoid context limits.
Instructions
Export survey responses in JSON or CSV format. IMPORTANT: This tool will automatically save large exports to a local file to avoid context limits. Small exports may be returned directly. For better control over data size, consider using 'export_responses_filtered' with date ranges, specific questions, or a saved Qualtrics filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format (default: json) | |
| surveyId | Yes | The Qualtrics survey ID | |
| saveToFile | No | RECOMMENDED: Specify a filename (e.g. 'survey_data.csv') to save the export to your Downloads folder. The tool will provide the full file path for easy access. If omitted, large files will be auto-saved with a timestamp. | |
| waitForCompletion | No | Wait for export to complete before returning (default: true) |