---
title: "Retrieve details for a specific wiki version"
method: GET
path: "/wikis/{wiki_id}/versions/{version_id}/"
tags: ["Wikis"]
---

# Retrieve details for a specific wiki version

`GET /wikis/{wiki_id}/versions/{version_id}/`

Retrieve metadata and basic details about a specific version of a wiki page.

Wiki versions store the history of content changes and are immutable snapshots of the wiki page content at that version.

### Permissions
- Public nodes: Anyone can view wiki versions.
- Private nodes: Only contributors can view wiki versions.
- Withdrawn registrations: Wiki versions are not accessible.

## Path parameters

- `wiki_id` string, required
- `version_id` string, required

## Response `200`

Successfully retrieved the wiki version.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view this wiki version.
- `404` — Wiki version not found.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
