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

- CloudWorkflow — [cloud-only] A cloud-managed workflow with version history.
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `share_id` string, nullable — Public share identifier if published
  - `latest_version_id` string, uuid, nullable
  - `thumbnail_url` string, uri, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Not found

## Changes

- **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/2f69d843959c/schema)
