List form submissions
Forms API
List form submissions
Returns a paginated list of submissions for a form. Each submission’s form_data field is a JSON-encoded string of the respondent’s answers.
GET
List form submissions
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Path Parameters
UUID of the form
Query Parameters
Filter the results to a single submission by its UUID.
Field to order results by.
Available options:
created_at, submitter_email Sort direction.
Available options:
asc, desc Page number to return.
Number of submissions per page (maximum 100).
Required range:
x <= 100