Sample a dataset (Admin)
Dataset Samples
Sample a dataset (Admin)
Get a sample of rows from a dataset as JSON.
GET
Sample a dataset (Admin)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a dataset.
Query Parameters
The number of rows to sample from the dataset.
Required range:
x <= 1000Response
200 - application/json
OK
A list of rows from the dataset encoded as JSON objects.

