---
title: "Get Workflow Versions"
method: GET
path: "/v1/workflows/{workflow_id}/versions"
tags: ["workflows"]
---

# Get Workflow Versions

`GET /v1/workflows/{workflow_id}/versions`

Get the version history of a workflow.

Returns a list of previous versions with their prompts and timestamps.
The workflow must belong to the authenticated organization.

## Path parameters

- `workflow_id` string, uuid, required

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
