---
title: "List labels"
method: GET
path: "/labels"
tags: ["Labels"]
---

# List labels

`GET /labels`

Returns all labels for a workspace.

## Query parameters

- `workspaceId` string, required

## Response `200`

List of labels

- object
  - `data` object[], required
    - `id` string, required
    - `color` string, required
    - `name` string, nullable, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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