---
title: "Retrieve the raw content of a specific wiki version"
method: GET
path: "/wikis/{wiki_id}/versions/{version_id}/content/"
tags: ["Wikis"]
---

# Retrieve the raw content of a specific wiki version

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

Retrieve the plain text content of a specific version of a wiki page.

This endpoint returns the actual content stored in the wiki page for the specified version.  
The response is returned as plain text (`text/plain`).

### Permissions
- Public nodes: Anyone can view wiki version content.
- Private nodes: Only contributors can view wiki version content.
- Withdrawn registrations: Wiki version content is not accessible.

## Path parameters

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

## Response `200`

Successfully retrieved raw wiki content.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view this wiki version content.
- `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)
