---
title: "List datasets with the given name."
method: GET
path: "/data/list/{quality}/{value}"
tags: ["data"]
---

# List datasets with the given name.

`GET /data/list/{quality}/{value}`

Returns a list with all datasets in the system with the given qualities, where the quality can be 'number_instances', 'number_features', 'number_classes', or 'number_missing_values'

## Path parameters

- `quality` string, required
- `value` string, required

## Query parameters

- `api_key` string

## Response `200`

A list of datasets with the given quality constraints

- DataList
  - `data` DataListData
    - `dataset` DataListDataDataset[]
      - `did` string — The dataset ID
      - `name` string — The dataset name
      - `status` string — The dataset status, either in_preparation, active, or deactivated
      - `format` string — The data format of the dataset, e.g. ARFF
      - `quality` DataListDataQuality[]
        - `name` string — The name of the property
        - `value` string — The value of the property

## Other responses

- `372` — No datasets available. There are no datasets in the system with the given quality constraints.

## Changes

- **2018-09-18** `4df86fe63217` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/data/list/:quality/:value/get.md)

---

[API](https://skmtc.dev/openml/apis/openml-api.md) · [All operations](https://skmtc.dev/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openml/openml-api/revisions/4df86fe63217/schema)
