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.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters”states
string
Comma-separated workflow state keys
mine
boolean
Scope to the caller’s own submissions
search
string
sort
string
page
integer
pageSize
integer
Responses
Section titled “ Responses ”Paginated record page (items, total, page, pageSize)
No visibility into this form’s records