Objects and records
List records
Page through workspace records, optionally filtered to an object.
GET
Page through workspace records, optionally filtered to an object.
Use a developer access key. See authentication, errors, and rate limits.
Required scopes:
records:read.
Records are ordered by creation time descending, then ID descending. Unknown objects return 404; malformed cursors return 400. Pass next_cursor unchanged to continue.
Parameters
string
Object ID or slug. Omit to include records across objects.
string
Opaque cursor from the preceding page.
integer
Default 25, maximum 100. Positive numeric inputs are floored; invalid or nonpositive inputs use the default.
string
true includes archived items; false is the default.Response
200 —data contains records; has_more indicates another page and next_cursor is null at the end. See record response fields.