Skip to content

Datasets.Get

func (datasetClient) Get(
ctx context.Context,
slug string,
) (*datasets.Dataset, error)

Get a dataset by its slug.

slug string

The slug of the dataset

A dataset object.

not_found No such dataset

The specified dataset does not exist.