Form submissions
List form submissions
Returns a paginated list of form submissions with their responses.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the form
Query Parameters
Page number for pagination (default: 1)
Filter submissions by status
Available options:
all
, completed
, partial
Get a specific submission by ID