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

# List published workflows

`GET /v1/workflows`

Returns a list of all published workflows for the authenticated user, grouped by source workflow with their published versions.

## Headers

- `X-Runway-Version` '2024-11-06', required

## Response `200`

A list of published workflows grouped by source workflow.

- object
  - `data` object[], required — A list of published workflows grouped by source workflow.
    - `name` string, required — The name of the published workflow.
    - `versions` object[], required — The published versions of this workflow, newest first.
      - `id` string, uuid, required — The globally unique ID of this published workflow version.
      - `version` integer, required — A monotonically increasing version number. Each workflow version for the same published workflow has a unique version number.
      - `createdAt` string, date-time, required — When this version was published

---

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