---
title: "Retrieve the Content of a Wiki"
method: GET
path: "/wikis/{wiki_id}/content/"
tags: ["Wikis"]
---

# Retrieve the Content of a Wiki

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

Retrieves the plaintext content of a wiki in markdown format.
#### Returns
Returns `text/markdown` of the wiki content itself.
If the request is unsuccessful, plaintext with the error message will be displayed.

## Path parameters

- `wiki_id` string, required

## Response `200`

OK

---

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