Get all submissions for the tenant
Lists submissions across every form in the calling tenant (not scoped to a single form),
newest first, with the owning form’s title, slug and type joined onto each row.
Requires the form.submission.read permission. Callers whose role is WRITER (5) are
automatically restricted to submissions on forms they created; a WRITER whose identity
cannot be resolved is rejected with 401. Soft-deleted submissions are always excluded.
Authorizations
Query Parameters
Page index (1-based). Defaults to 1.
x >= 11
Items per page. Defaults to 10.
x >= 110
Comma-separated list of statuses to include. Unrecognised names are dropped; omit for all.
"pending,approved"
Comma-separated list of language codes, matched against the submission's stored language.
"en,fa"
Lower bound on createdAt. Unparsable values are ignored.
"2025-09-01T00:00:00.000Z"
Upper bound on createdAt; a date-only value is extended to 23:59:59.999 of that day. Unparsable values are ignored.
"2025-09-30T23:59:59.999Z"
Only include submissions whose parent form has this formType. Values outside the FormType enum are ignored.
public, internal "internal"
Case-insensitive filter matched against the parent form's slug or any of its title values.
"contact"
Response
OK

