Get form submissions table
Returns a paginated table view of confirmed form submissions with dynamic columns based on form fields. Supports export mode (up to 10,000 rows) via ?export=true query parameter. Columns adapt based on submission mode (anonymous forms hide submitter columns). Requires form ownership or EVENT_TENANT/COMMUNICATION_TENANT permission in the same tenant.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Path Parameters
Form identifier
Response
Form resource
"/api/v1/users/1"
"/api/v1/tenants/1"

