---
title: "List available hub labels"
method: GET
path: "/api/hub/labels"
tags: ["hub"]
---

# List available hub labels

`GET /api/hub/labels`

[cloud-only] Returns the list of labels/categories available for tagging hub content.

## Response `200`

Label list

- HubLabel[]
  - `id` string, required
  - `name` string, required
  - `description` string
  - `color` string — Hex color code for the label

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/hub/labels/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c9640fded659/schema)
