Skip to main content
GET
List form submissions

Authorizations

X-API-Key
string
header
required

A scoped key with the of_live_ prefix, generated from Profile > API keys.

Path Parameters

formId
string
required
Pattern: ^[0-9a-fA-F]{24}$
Example:

"507f1f77bcf86cd799439011"

Query Parameters

limit
integer
default:20

Number of records to return.

Required range: 1 <= x <= 100
cursor
string

Opaque next_cursor value from the previous page.

since
string<date-time>

Include submissions at or after this timestamp.

until
string<date-time>

Include submissions at or before this timestamp.

Response

A page of completed submissions.

items
object[]
required
page
object
required