---
title: "Get wiki index view"
method: GET
path: "/knowledgebase/{kb_id}/wiki/index"
tags: ["Wiki"]
---

# Get wiki index view

`GET /knowledgebase/{kb_id}/wiki/index`

Returns the wiki index as intro text plus per-type paginated
directory groups. The heavy directory markdown that used to
live in wiki_pages.content was replaced with this structured
response so a KB with tens of thousands of pages no longer
materializes megabytes of TEXT on every index open.

## Path parameters

- `kb_id` string, required

## Query parameters

- `types` string
- `limit` integer
- `cursor` string

## Response `200`

OK

- GithubComTencentWeKnoraInternalTypesWikiIndexResponse
  - `groups` GithubComTencentWeKnoraInternalTypesWikiIndexGroup[]
    - `items` GithubComTencentWeKnoraInternalTypesWikiIndexEntry[]
      - `category_path` string[]
      - `depth` integer
      - `parent_slug` string
      - `slug` string
      - `sort_order` integer
      - `summary` string
      - `title` string
      - `wiki_path` string
    - `next_cursor` string
    - `total` integer
    - `type` string
  - `intro` string
  - `version` integer

## Changes

- **2026-05-21** `3f276bf7acc8` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/knowledgebase/:kb_id/wiki/index/get.md)

---

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