Skip to main content
GET
/
surveys
/
{id}
/
exports
/
csv
Download survey CSV export
curl --request GET \
  --url https://api.pickfu.com/v1/surveys/{id}/exports/csv \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

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.

Authorizations

Authorization
string
header
required

OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}

Path Parameters

id
string
required

Survey GUID

Query Parameters

version
enum<string>

CSV export format version. Defaults to v2 (long-form) if omitted.

Available options:
v1,
v2
t
string

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.

Maximum string length: 512

Response

Default Response

error
string
message
string