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

# List all labels

`GET /api/v1/labels`

## Response `200`

List of all labels in the organization

- LabelsListResponse
  - `labels` object[], required — List of labels
    - `color` string, nullable, required — Hex color for the label (e.g. #0366d6)
    - `description` string, nullable, required — Label description
    - `homepage` boolean, required — Whether label is shown on homepage
    - `name` string, required — Label name
    - `usage_count` number, required — Number of documents with this label
    - `verified` boolean, required — Whether label is verified

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/de7cac8b5983/schema)
