List form submissions
Forms
Listing submissions
Returns a paginated list of form submissions with their responses.
GET
List form submissions
Documentation Index
Fetch the complete documentation index at: https://developers.tally.so/llms.txt
Use this file to discover all available pages before exploring further.
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
Number of submissions to return per page (default: 50, max: 500)
Required range:
1 <= x <= 500