Skip to main content
GET
Preview Dataset Rows
Only reads from the latest ready version. To fetch specific rows by ID, use POST /datasets/{dataset_id}/rows:lookup.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string<uuid>
required

Query Parameters

max_rows
integer
default:10

Maximum number of sample rows to return (default 10, max 100).

Required range: 1 <= x <= 100

Response

Successful Response

A sample of rows from the dataset's latest ready version.

headers
string[]
required

Column names.

rows
Rows · object[]
required

Up to max_rows sample rows as {column: value} dicts.