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

# Get a published workflow by share ID

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

[cloud-only] Returns a publicly published cloud workflow by its share identifier.

## Path parameters

- `share_id` string, required

## Response `200`

Published workflow

- PublishedWorkflowDetail — [cloud-only] Full detail of a publicly published workflow on the Hub.
  - `share_id` string, required
  - `workflow_id` string, required
  - `name` string, required — Human-readable workflow name.
  - `listed` boolean, required
  - `publish_time` string, date-time, nullable
  - `workflow_json` object, required — The workflow JSON content at publish time.
  - `assets` AssetInfo[], required — Published assets with their library status for the caller.
    - `id` string, required
    - `filename` string, required
    - `mime_type` string
    - `size_bytes` integer

## Other responses

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

## Changes

- **2026-05-22** `c4db9e1283df` — 1 breaking, 5 warning, 6 info
  - removed the required property `id` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `latest_version_id` from the response with the `200` status
  - …8 more
- **2026-05-22** `09a5075587c8` — 3 info
  - added the non-success response with the status `401`
  - 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
- **2026-04-24** `a66055fa384e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workflows/published/: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)
