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

# List all labels

`GET /labels`

List all labels in the workspace

## Response `200`

List of labels

- object
  - `labels` Label[]
    - `id` string, uuid
    - `name` string
    - `color` string — Hex color code
    - `backgroundColor` string — Hex background color code
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key

---

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