---
title: "Get a published hub workflow by share ID"
method: GET
path: "/api/hub/workflows/{share_id}"
tags: ["hub"]
---

# Get a published hub workflow by share ID

`GET /api/hub/workflows/{share_id}`

[cloud-only] Returns the full details of a published workflow on the hub.

## Path parameters

- `share_id` string, required

## Response `200`

Hub workflow

- HubWorkflow — [cloud-only] A published workflow on the ComfyUI Hub.
  - `share_id` string, required
  - `name` string, required
  - `description` string
  - `author` HubProfile — [cloud-only] A public user profile on the ComfyUI Hub.
    - `username` string, required
    - `display_name` string
    - `bio` string
    - `avatar_url` string, uri
    - `links` string[]
    - `workflow_count` integer
    - `created_at` string, date-time
  - `labels` HubLabel[]
    - `id` string, required
    - `name` string, required
    - `description` string
    - `color` string — Hex color code for the label
  - `thumbnail_url` string, uri
  - `content` object — Workflow graph JSON
  - `likes` integer
  - `views` integer
  - `forks` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Not found
- `413` — Workflow JSON too large
- `500` — Internal server error

## Changes

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