List items for a dataset with cursor-based pagination
datasets
List items for a dataset with cursor-based pagination
Returns items in a dataset ordered newest-first. Supports opaque
cursor pagination (cursor, limit) and optional filtering by
review label (label). Omitting label returns every item
regardless of label; passing unlabeled returns only items whose
label has never been set or was cleared back to null.
GET
List items for a dataset with cursor-based pagination
Authorizations
SDK API key (tl_...) or Clerk session JWT
Path Parameters
Query Parameters
Required range:
1 <= x <= 200Filter items by review label. Omit or leave empty to return all items. Any other value than the three listed is rejected with HTTP 400.
Available options:
pass, fail, unlabeled