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

# Get a cloud workflow by ID

`GET /api/workflows/{workflow_id}`

[cloud-only] Returns the metadata for a cloud workflow.

## Path parameters

- `workflow_id` string, uuid, required

## Response `200`

Workflow detail

- WorkflowResponse — [cloud-only] Full workflow entity including metadata and version history.
  - `id` string, required
  - `name` string
  - `description` string
  - `default_view` 'workflow' | 'app'
  - `latest_version` integer, required
  - `forked_from` WorkflowForkedFrom — [cloud-only] Reference to the parent workflow from which this workflow was forked.
    - `workflow_id` string
    - `workflow_version_id` string
  - `created_by` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-22** `c4db9e1283df` — 2 breaking, 3 warning, 6 info
  - the response property `name` became optional for the status `200`
  - the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the optional property `latest_version_id` from the response with the `200` status
  - removed the optional property `share_id` from the response with the `200` status
  - …7 more
- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `getCloudWorkflow` removed and replaced with `getWorkflow`
  - added the non-success response with the status `403`
  - 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/:workflow_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)
