List dataset rows
Returns a cursor-paginated page of rows.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Dataset slug (human-readable identifier within the project).
Dataset slug (human-readable identifier within the project).
Query parameters
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Page size. Defaults to 50; max 200.
Page size. Defaults to 50; max 200.
Free-text search against row cells.
Free-text search against row cells.
Sort direction on createdAt. Defaults to desc (newest first).
Sort direction on createdAt. Defaults to desc (newest first).
Response
Page of rows
Changes
Changed in 4 of the 67 revisions of this API.83
- ▲
the response property
items/items/expectedOutputbecame optional for the status200response-property-became-optional
- ▲
the response property
items/items/inputbecame optional for the status200response-property-became-optional
- ▲
the response property
items/items/metadatabecame optional for the status200response-property-became-optional
- ▲
the response property
items/items/outputbecame optional for the status200response-property-became-optional
- ○
added the required property
items/items/customto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
items/items/expectedOutputlist-of-types was widened by adding typesarrayboolean and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
items/items/inputlist-of-types was widened by adding typesarrayboolean and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
items/items/metadatalist-of-types was widened by adding typesarrayboolean and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
items/items/outputlist-of-types was widened by adding typesarrayboolean and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ○
added the required property
items/items/expectedOutputto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○