List survey responses

Returns a survey's responses with their answers, newest first. limit and offset page the underlying answer rows before they are grouped into responses, so a response that straddles a page boundary comes back holding only some of its answers. A survey ID that matches nothing returns an empty list rather than a 404. Caller names, referrer details and question text are not included — use the analytics endpoint for those.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The survey's UUID, used as the filter exactly as given.

Query Params
string

How many answer rows to read before grouping; defaults to 100 and is not range-checked.

string

How many answer rows to skip; defaults to 0.

string

Exact completion status to match, such as completed; the value is not checked against a list.

string

Inclusive first day to include, as YYYY-MM-DD, taken from 00:00:00.

string

Inclusive last day to include, as YYYY-MM-DD, taken through 23:59:59.

Responses

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json