List submissions
Submissions
List submissions
Retrieve a paginated list of submissions. Optionally filter by a specific form using formId.
GET
List submissions
Authorizations
Provide your PipedForm API key as a Bearer token, e.g. Authorization: Bearer YOUR_API_KEY.
Query Parameters
Only return submissions belonging to this form.
Example:
"019f40ed-65aa-754b-90dd-504b87836506"
Maximum number of submissions to return.
Required range:
1 <= x <= 100Cursor for pagination. Pass the nextCursor value from a previous response to fetch the next page.
