---
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:** 60 requests per minute

## Response `200`

- GetKnowledgeBasesResponseBody
  - `data` KnowledgeBase[] — The data payload of the response.
    - `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.
- `404`
- `500` — An unexpected internal error occurred.

---

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