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

Returns the published workflow details including the status of each
published asset relative to the caller's library. Authentication is required.

## Path parameters

- `share_id` string, required

## Response `200`

Published workflow details with asset statuses

- PublishedWorkflowDetail — Full detail of a publicly published workflow on the Hub.
  - `assets` AssetInfo[], required — Published assets with their library status for the caller.
    - `id` string, required — Asset identifier.
    - `in_library` boolean, required — Whether the caller already owns this asset.
    - `model` boolean, required — Whether this asset is a model.
    - `name` string, required
    - `preview_url` string, required — Signed URL for previewing the asset.
    - `public` boolean, required — Whether this is a public (platform-provided) asset.
    - `storage_url` string, required
  - `listed` boolean, required
  - `name` string, required — Human-readable workflow name.
  - `publish_time` string, date-time, nullable
  - `share_id` string, required
  - `workflow_id` string, required
  - `workflow_json` object, required — The workflow JSON content at publish time.

## Other responses

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

---

[API](https://skmtc.net/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/a3660438bbe9/schema)
