Skip to main content
GET
Get all submissions for the tenant

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer

Page index (1-based). Defaults to 1.

Required range: x >= 1
Example:

1

limit
integer

Items per page. Defaults to 10.

Required range: x >= 1
Example:

10

status
string

Comma-separated list of statuses to include. Unrecognised names are dropped; omit for all.

Example:

"pending,approved"

lang
string

Comma-separated list of language codes, matched against the submission's stored language.

Example:

"en,fa"

from
string<date-time>

Lower bound on createdAt. Unparsable values are ignored.

Example:

"2025-09-01T00:00:00.000Z"

to
string<date-time>

Upper bound on createdAt; a date-only value is extended to 23:59:59.999 of that day. Unparsable values are ignored.

Example:

"2025-09-30T23:59:59.999Z"

formType
enum<string>

Only include submissions whose parent form has this formType. Values outside the FormType enum are ignored.

Available options:
public,
internal
Example:

"internal"

formName
string

Case-insensitive filter matched against the parent form's slug or any of its title values.

Example:

"contact"

Response

OK