---
title: "Get all knowledge bases"
method: GET
path: "/knowledge-bases"
tags: ["knowledge-bases"]
---

# Get all knowledge bases

`GET /knowledge-bases`

Returns all knowledge bases for the organization.

**Rate limit:** 300 requests per minute

## Response `200`

- GetKnowledgeBasesResponseBody
  - `data` KnowledgeBase[] — The data payload of the response.
    - `active_theme_id` string — The ID of the theme currently used by the knowledge base. Omitted when the knowledge base uses a preset theme.
    - `default_language` string — The default language of the knowledge base.
    - `id` string — The ID of the knowledge base.
    - `slug` string — The slug of the knowledge base.
    - `supported_languages` string[] — The list of supported languages for the knowledge base.
    - `title` string — The name of the knowledge base.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

## Changes

> 22 revisions in range; 8 could not be searched.

- **2026-08-19** `601861c5dfcf` — 1 info
  - added the optional property `data/items/active_theme_id` to the response with the `200` status

[Change history](https://skmtc.dev/usepylon/apis/pylon-api/changes/knowledge-bases/get.md)

---

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