Skip to main content
GET
List form submissions

Authorizations

Authorization
string
header
required

Authentication using either a FormBnB session JWT (issued by /auth) or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Path Parameters

id
string
required

Form ID

Query Parameters

limit
string

Maximum number of submissions to return

offset
string

Number of submissions to skip

since
string

Filter submissions since this date (ISO 8601)

order
string

Sort order (asc/desc)

Response

List of submissions

submissions
object[]
required
total
number
required
limit
number
required
offset
number
required