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

---

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