List submissions
Returns a form’s submissions, newest first (unless you ask for the oldest).
Narrow the list with the filters below; several filters combine with AND.
To get the next page, pass a response’s next_cursor as cursor and keep going until next_cursor is null. A page can occasionally hold fewer than limit results even when more exist, so rely on next_cursor, not on the page size.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The form's id, as shown in the dashboard and in the form's endpoint URL
Query Parameters
Which submissions to include: the inbox (default), spam, or both.
inbox, spam, all Only submissions that have (true) or have not (false) been read in the dashboard.
true, false Only submissions with (true) or without (false) uploaded files.
true, false Only submissions created at or after this time (RFC 3339, or milliseconds since the epoch).
Only submissions created before this time (RFC 3339, or milliseconds since the epoch).
Only submissions sent from this country. Two-letter uppercase code. For several, separate them with commas. Max 20.
Only submissions where any field contains this text, matched literally and without case. 2 to 512 characters. On some forms a field that only appeared in very old submissions may be missed, so name that field with a field filter.
Newest first (the default) or oldest first.
newest, oldest Results per page.
1 <= x <= 100The next_cursor value from the previous page.
Only return these submitted fields, separated by commas. Everything else about the submission still comes back.