Returns paginated individual responses for a survey. Each response includes the respondent’s answer, written explanation, demographic traits, and media (if applicable). Use question_id to filter responses to a specific question, text to search response explanations, and traits to filter by respondent demographics.
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
Page number
x >= 1Results per page (1-100)
1 <= x <= 100Filter responses to a specific question by its GUID
Language code for response translations (e.g. ES, FR, DE)
Keyword to filter responses by explanation text (case-insensitive)
255Comma-separated trait value permalinks to filter by respondent demographics (e.g. "male,age-25-34"). Values within the same trait use OR logic; across different traits use AND logic.