---
title: "Get the hub workflow index"
method: GET
path: "/api/hub/workflows/index"
tags: ["hub"]
---

# Get the hub workflow index

`GET /api/hub/workflows/index`

[cloud-only] Returns the lightweight index of all hub workflows for client-side search and navigation.

## Response `200`

Workflow index

- HubWorkflowIndexEntry[]
  - `share_id` string, required
  - `name` string, required
  - `author_username` string
  - `labels` string[]
  - `likes` integer
  - `updated_at` string, date-time

## Other responses

- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `getHubWorkflowIndex` removed and replaced with `listHubWorkflowIndex`
  - 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/workflows/index/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)
