---
title: "get a single resource version, with its value"
method: GET
path: "/w/{workspace}/resources/history/v/{id}"
tags: ["resource"]
---

# get a single resource version, with its value

`GET /w/{workspace}/resources/history/v/{id}`

## Path parameters

- `workspace` string, required
- `id` integer, required

## Response `200`

resource version

- object
  - `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
  - `value` unknown
  - `missing_references` string[], required

---

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