---
title: "list kb web"
method: GET
path: "/admin/kb/{kb_id}/web"
tags: ["web"]
---

# list kb web

`GET /admin/kb/{kb_id}/web`

## Query parameters

- `page` integer
- `size` integer
- `title` string

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` SvcListWebItem[]
      - `created_at` integer
      - `desc` string
      - `file_type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18
      - `group_ids` integer[]
      - `id` integer
      - `message` string
      - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
      - `title` string
      - `updated_at` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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