Returns a paginated list of form submissions with their responses.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the form
Page number for pagination (default: 1)
Filter submissions by status
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
List of form submissions
The response is of type object
.