---
title: "get flow's latest version"
method: GET
path: "/w/{workspace}/flows/get_latest_version/{path}"
tags: ["flow"]
---

# get flow's latest version

`GET /w/{workspace}/flows/get_latest_version/{path}`

## Path parameters

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

## Response `200`

Flow version

- 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)
