Download survey CSV export
Streams the CSV export of survey responses as text/csv. Use the version query parameter to switch between the v1 and v2 CSV formats — v2 is the default.
Authentication: standard Bearer token, OR a short-lived signed token via the t query parameter (issued by /v1/surveys/{id}/exports).
Prerequisites
- Survey must be published and completed
- Returns 409 Conflict if the survey is not yet ready for export
- Returns 502 Bad Gateway if the upstream export service is unavailable
Rate limit: 10 requests per minute per caller.
Authorizations
OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}
Path Parameters
Survey GUID
Query Parameters
CSV export format version. Defaults to v2 (long-form) if omitted.
v1, v2 Optional short-lived signed token. When present and valid, the request is authenticated by the token instead of the Authorization header. Tokens are issued by the /v1/surveys/{id}/exports metadata endpoint.
512