---
title: "List dataset labels"
method: GET
path: "/v1/dataset_labels"
tags: ["datasets"]
---

# List dataset labels

`GET /v1/dataset_labels`

Retrieve a paginated list of all dataset labels in the system.

## Query parameters

- `cursor` string, nullable — Cursor for pagination (a dataset label GlobalID)
- `limit` integer — The max number of dataset labels to return at a time.

## Response `200`

Successful Response

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

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity

## Changes

- **2026-07-03** `d947a16d700d` — 1 info
  - endpoint added
- **2026-04-29** `c81391216eb5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/changes/v1/dataset_labels/get.md)

---

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