List all surveys accessible to the authenticated user. Returns surveys where the user is an admin. Results are paginated and sorted by creation date (newest first). Only polls and surveys are returned (excludes activity feedback).
API key for authentication. Generate keys in the Doozy dashboard.
Maximum number of results to return (1-100, default 25)
1 <= x <= 10025
Cursor for pagination - the ID of the last item from the previous page
"survey_abc123"
Filter surveys by track ID
"wf_abc123"
Filter by survey mode (poll or survey)
poll, survey "survey"
List of surveys
String representing the object type
list "list"
Array of survey objects
Whether there are more results available beyond this page
true
The URL for accessing this list endpoint
"/v1/surveys"
Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.
"survey_xyz789"
Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.
"survey_abc123"