v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-271282305.2 KB

Get the metadata of a dataset.

Returns the metadata of the dataset: description, homepage, features, etc. Use the optional config parameter to filter the response on a subset.

get/info

Query parameters

datasetstring required

The identifier of the dataset on the Hub.

configstring

The dataset subset on which to filter the response.

Response

The metadata of the dataset.

dataset_infoobject required

A dump of the DatasetInfo object from the datasets library. See https://huggingface.co/docs/datasets/en/package_reference/main_classes#datasets.DatasetInfo. We don't describe the contents of these metadata for now.

partialboolean required

True means that the response has been computed on part of the dataset (typically the first 5GB). False means that the complete dataset was used.