---
title: "get resource version history"
method: GET
path: "/w/{workspace}/resources/history/p/{path}"
tags: ["resource"]
---

# get resource version history

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

## Path parameters

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

## Response `200`

resource version history

- object
  - `versions` ResourceVersion[], required
    - `id` integer, required — How this version is addressed. Unique across every resource, so it says nothing about how many times this one has been saved.
    - `version` integer, required — Which version of this resource it is, counted from its first. What a version is called.
    - `created_at` string, date-time, required
    - `created_by` string
  - `versioned` boolean, required

## Changes

- **2026-08-24** `5afc9f1a93f5` — 1 info
  - added the required property `versions/items/version` to the response with the `200` status
- **2026-08-10** `85ef56aed504` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/resources/history/p/:path/get.md)

---

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