---
title: "List cloud workflows"
method: GET
path: "/api/workflows"
tags: ["workflows"]
---

# List cloud workflows

`GET /api/workflows`

[cloud-only] Returns a paginated list of the authenticated user's cloud workflows.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `order` 'asc' | 'desc'
- `search` string

## Response `200`

Workflow list

- CloudWorkflowList — [cloud-only] Paginated list of cloud workflows.
  - `workflows` CloudWorkflow[], required
    - `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
  - `total` integer, required
  - `has_more` boolean, required

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `listCloudWorkflows` removed and replaced with `listWorkflows`
  - 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/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/09a5075587c8/schema)
