Skip to main content
GET
Get a dataset by slug

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

The slug of the dataset to get

Example:

"my-slug"

Response

The dataset with its items

dataset
object
required

The retrieved dataset

warning
string

Warning message about columns that were omitted because they do not exist in the dataset

Example:

"Some rows contained columns that do not exist in the dataset and were omitted."