---
title: "Get wiki page"
method: GET
path: "/repositories/{id}/wiki/{path}"
tags: ["repositories"]
---

# Get wiki page

`GET /repositories/{id}/wiki/{path}`

Get a wiki page by hierarchical path as raw markdown

## Path parameters

- `id` integer, required
- `path` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/helixml/apis/kodit-api.md) · [All operations](https://skmtc.net/helixml/apis/kodit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helixml/kodit-api/versions/3f72fa58f3fb/schema)
