Preview Dataset Rows
Endpoints
Preview Dataset Rows
Return a sample of rows from the dataset’s latest ready version.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Maximum number of sample rows to return (default 10, max 100).
Required range:
1 <= x <= 100