Skip to main content

List a form's submissions

GET 

/forms/:form_id/submissions

A page of the submissions received through a form.

Requires a contact read scope (contact.read, contact.write, or contact.all).

Each submission's answers is the payload the form actually posted, so its keys vary per form — read the form's fields to know what to expect. contact_id is the contact the submission created or matched, and is null when no contact was linked.

Request

Responses

A page of submissions