---
title: "get flow history by path"
method: GET
path: "/w/{workspace}/flows/history/p/{path}"
tags: ["flow"]
---

# get flow history by path

`GET /w/{workspace}/flows/history/p/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Response `200`

Flow history

- FlowVersion[]
  - `id` integer, required
  - `created_at` string, date-time, required
  - `deployment_msg` string

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
