---
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

## Other responses

- `400` — Bad request (e.g. invalid type parameter)
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **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/c4db9e1283df/schema)
