Forms
Listing submissions
Returns a paginated list of form submissions with their responses.
GET
Looking for real-time submissions? The most efficient way to instantly retrieve new submissions is by using a webhook. This allows you to receive data as soon as a form is submitted, without needing to poll the API.
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
Filter submissions submitted on or after this date (ISO 8601 format)
Filter submissions submitted on or before this date (ISO 8601 format)
Get submissions that came after a specific submission ID
Response
200
application/json
List of form submissions
The response is of type object
.