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

# List workflows

`GET /workflows`

Retrieve a list of all workflows

## Response `200`

Successful response

- object
  - `data` Workflow[]
    - `id` string, uuid — Unique identifier for the workflow
    - `name` string — Workflow name
    - `description` string — Workflow description
    - `trigger` string — Workflow trigger type
    - `status` 'active' | 'inactive' | 'error' — Workflow status

---

[API](https://skmtc.net/superblocks/apis/superblocks-api.md) · [All operations](https://skmtc.net/superblocks/apis/superblocks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superblocks/superblocks-api/versions/526d2312c444/schema)
