Skip to main content
GET
List evidence form submissions

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

Path Parameters

formType
string
required

Query Parameters

Case-insensitive substring match over the submission answers

limit
string

Page size, 1-200. Defaults to 50.

offset
string

Submissions to skip. Defaults to 0.

Response

200 - application/json

Submissions retrieved successfully

data
object[]
required

Submissions for this form type, newest first

count
number
required

Total submissions matching the search, before limit/offset

Example:

12