Search submissions across forms
Searches the 25 most recently active forms this key can read and returns the matches with the form each one came from.
Takes the same filters as a form’s own list. Matches come grouped by form, and the response carries complete: false when the search did not reach every form or every match; narrow it with form_ids, team_id or a date range.
For one form, use its own list, which pages through everything with a cursor.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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 Matches to return in total across every form searched. This search has no pages.
1 <= x <= 100Only return these submitted fields, separated by commas. Everything else about the submission still comes back.
Search this team only. Defaults to every team the key covers.
Search only these forms, separated by commas. Forms the key cannot read are left out whether or not you name them. Defaults to the 25 most recently active forms the key can read.
Response
Matches across the forms searched, each carrying its form_id.
How many of forms_matched were read before the search stopped.
12
Forms picked for the search: the ones the key can read that matched form_ids, at most 25.
14
False when the search did not reach every form or every match. Narrow it with form_ids, a date range or team_id.