---
title: "List the labels applied to a dataset"
method: GET
path: "/v1/datasets/{dataset_identifier}/labels"
tags: ["datasets"]
---

# List the labels applied to a dataset

`GET /v1/datasets/{dataset_identifier}/labels`

## Path parameters

- `dataset_identifier` string, required — The dataset identifier: either the dataset ID (GlobalID) or its name.

## Response `200`

Successful Response

- ListDatasetLabelsForDatasetResponseBody
  - `data` DatasetLabel[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `color` string, required

## Other responses

- `403` — Forbidden
- `404` — Dataset not found
- `422` — Invalid dataset identifier

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
