surveymonkey_export_responses_csv
Export survey responses to CSV with automatic pagination, date range, and status filters. Retrieve all answers for analysis.
Instructions
Exports all responses for a survey as CSV (includes all answers). Handles pagination automatically, collecting up to 10,000 responses.
Args: survey_id: Survey ID. start_created_at: ISO 8601 — export responses created after this date. end_created_at: ISO 8601 — export responses created before this date. status: Filter by status: "completed", "partial", etc. (empty = all).
Returns: CSV text with headers in the first row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| survey_id | Yes | ||
| end_created_at | No | ||
| start_created_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |