---
title: "Get data qualities"
method: GET
path: "/data/qualities/{id}"
tags: ["data"]
---

# Get data qualities

`GET /data/qualities/{id}`

Returns the qualities of a dataset.

## Path parameters

- `id` number, required

## Query parameters

- `api_key` string

## Response `200`

All the qualities of the dataset

- DataQualities
  - `data_qualities` DataQualitiesDataQualities
    - `quality` DataQualitiesDataQualitiesQuality[]
      - `name` string — The name of the dataset quality measures
      - `value` string — The value for this dataset

## Other responses

- `412` — Precondition failed. An error code and message are returned. 360 - Please provide data set ID 361 - Unknown dataset. The data set with the given ID was not found in the database, or is not shared with you. 362 - No qualities found. The registered dataset did not contain any calculated qualities. 363 - Dataset not processed yet. The dataset was not processed yet, no qualities are available. Please wait for a few minutes. 364 - Dataset processed with error. The quality calculator has run into an error while processing the dataset. Please check whether it is a valid supported file. If so, contact the support team. 365 - Interval start or end illegal. There was a problem with the interval start or end.

---

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