Skip to content

listFormRecords

GET
/api/v1/data-sources/{id}/records

Returns a filtered, paginated page of a form’s records. Callers with view_all, review, approve, or manage see every record; a submitter without those sees only their own submissions. mine=true scopes the page to the caller’s own submissions even for privileged callers (the Forms portal’s “your submissions”). Supports states, search, sort, mine, page, and pageSize query parameters.

states
string

Comma-separated workflow state keys

mine
boolean

Scope to the caller’s own submissions

search
string
sort
string
Allowed values: newest oldest priority updated
page
integer
pageSize
integer

Paginated record page (items, total, page, pageSize)

No visibility into this form’s records