Skip to main content
GET
List a form's submissions

Authorizations

Authorization
string
header
required

A Sorraia API key created in the dashboard (Settings → Integrations, under Programmatic API access). Pass it as Authorization: Bearer sor_live_.... API access is included with every paid plan; a key whose account is on the Free plan receives 402 plan_feature_gated.

Path Parameters

id
integer
required

The resource id.

Query Parameters

page
integer
default:1

1-based page number. A value that is not a whole number from 1 to 1000000 is refused with 400 and code invalid_pagination.

Required range: 1 <= x <= 1000000
limit
integer
default:25

Items per page (max 100). A larger value is clamped to 100 by the server rather than refused; a non-numeric, zero or negative value is refused with 400 and code invalid_pagination.

Required range: 1 <= x <= 100

Response

A page of submissions.

data
object[]
required
pagination
object
required