List records
List records
A cursor-paginated page of records for a model, scoped to the caller’s organization.
GET
List records
Authorizations
API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.
Path Parameters
The model name from your pushed schema (e.g. tasks). The HTTP model API is generated from your own schema — these paths are generic over every model you define.
Query Parameters
Page size (default 20, max 100).
Required range:
1 <= x <= 100Sort direction (default asc).
Available options:
asc, desc Column to order by (default "id").
Cursor from a prior page (next_cursor).