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

# Get wiki tree

`GET /repositories/{id}/wiki`

Get the wiki navigation tree (titles and paths, no content)

## Path parameters

- `id` integer, required

## Response `200`

OK

- DtoWikiTreeResponse
  - `data` DtoWikiTreeNode[]
    - `children` DtoWikiTreeNode[]
    - `path` string
    - `slug` string
    - `title` string

## Other responses

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

## Changes

- **2026-03-01** `2073431cf6c9` — 1 info
  - endpoint added
- **2026-02-19** `41466db231c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/helixml/apis/kodit-api/changes/repositories/:id/wiki/get.md)

---

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