Skip to main content
GET
List records
Requires Objects enabled, a verified administrator, and records:read.
string
required
The unprefixed workspace Object slug, such as computers for objects.computer.
boolean
Defaults to false. When true, list archived records instead of active records.
integer
Page size from 1 to 100.
string
Cursor returned by the previous page. Mutually exclusive with starting_after and ending_before.
string
Record ID after which to start the page.
string
Record ID before which to end the page.
boolean
Return only the total count. Cannot be combined with pagination parameters.
Returns HTTP 200 with data containing records and cursor when another page exists. Count mode returns {"total": 12}.