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).
Rate limit: 10 requests per minute per caller.
Documentation Index
Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}
Survey GUID
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