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

- HubWorkflowDetail — [cloud-only] Full Hub workflow detail including versions, assets, and statistics.
  - `share_id` string, required
  - `workflow_id` string, required
  - `name` string, required
  - `status` 'pending' | 'approved' | 'rejected' | 'deprecated', required
  - `description` string
  - `thumbnail_type` 'image' | 'video' | 'image_comparison'
  - `thumbnail_url` string
  - `thumbnail_comparison_url` string
  - `tutorial_url` string
  - `metadata` object
  - `sample_image_urls` string[]
  - `publish_time` string, date-time, nullable
  - `workflow_json` object, required
  - `assets` AssetInfo[], required
    - `id` string, required
    - `filename` string, required
    - `mime_type` string
    - `size_bytes` integer
  - `profile` HubProfile, required — [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

## Other responses

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

## Changes

- **2026-05-22** `c4db9e1283df` — 1 breaking, 8 warning, 11 info
  - the `thumbnail_url` response's property type/format changed from `string`/`uri` to `string`/`` for status `200`
  - removed the optional property `author` from the response with the `200` status
  - removed the optional property `content` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - …16 more
- **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/c4db9e1283df/schema)
