Datasets

List dataset rows

Returns a cursor-paginated page of rows.

get/v1/projects/{projectSlug}/datasets/{datasetSlug}/rows

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

datasetSlugstring required

Dataset slug (human-readable identifier within the project).

Dataset slug (human-readable identifier within the project).

Query parameters

cursorstring

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.

limitinteger

Page size. Defaults to 50; max 200.

Page size. Defaults to 50; max 200.

searchstring

Free-text search against row cells.

Free-text search against row cells.

sortDirection'asc' | 'desc'

Sort direction on createdAt. Defaults to desc (newest first).

Sort direction on createdAt. Defaults to desc (newest first).

Response

Page of rows

nextCursorstring nullable required

Opaque cursor for fetching the next page. null when there are no more pages. Pass it back in cursor to continue.

hasMoreboolean required

true when there is at least one more page after this one.

Changes

Changed in 4 of the 67 revisions of this API.83

  • 48b82ec7d8f141See the full diff
    • the response property items/items/expectedOutput became optional for the status 200

      response-property-became-optional

    • the response property items/items/input became optional for the status 200

      response-property-became-optional

    • the response property items/items/metadata became optional for the status 200

      response-property-became-optional

    • the response property items/items/output became optional for the status 200

      response-property-became-optional

    • added the required property items/items/custom to the response with the 200 status

      response-required-property-added

    • response property items/items/expectedOutput list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/input list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/metadata list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/output list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • added the required property items/items/expectedOutput to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added