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

# list kb space

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

## Path parameters

- `kb_id` integer, required

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` SvcListSpaceItem[]
      - `created_at` integer
      - `id` integer
      - `platform` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
      - `title` string
      - `total` integer
      - `updated_at` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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