List records
Lists live records for a project-scoped object, optionally driven by a saved view (?view) or ad-hoc ?filter/?sort. Paginated (keyset for the default sort, offset for custom sorts). Requires data-record:read on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
The parent project id.
objectId
The project-scoped object definition id.
Query parameters
view
A saved view id whose filters/sorts drive the query.
filter
Ad-hoc filter: a JSON array of filter entries.
sort
Ad-hoc sort: a JSON array of sort entries.
limit
Maximum number of records to return.
cursor
Pagination cursor from a previous page’s nextCursor.
Response
A page of records.
records
nextCursor
Pagination cursor for the next page, or null.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error