Skip to main content
GET
Sample a dataset

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Query Parameters

size
integer

The number of rows to sample from the dataset.

Required range: x <= 1000

Response

OK

records
object[]

A list of rows from the dataset encoded as JSON objects.