---
title: "List Knowledge Bases"
method: GET
path: "/v1/knowledge-bases"
tags: ["Knowledge bases"]
---

# List Knowledge Bases

`GET /v1/knowledge-bases`

List knowledge bases accessible to the API key.

## Query parameters

- `organization_id` string, uuid, nullable — Organization scope for API keys that can access multiple organizations.

## Response `200`

Successful Response

- ListKnowledgeBasesResponse
  - `data` KnowledgeBaseItem[], required — Knowledge bases accessible to the API key.
    - `id` string, uuid, required — Unique knowledge base ID.
    - `name` string, required — Knowledge base name.
    - `slug` string, nullable — Knowledge base slug.
    - `description` string, nullable — Knowledge base description.
    - `created_at` string, date-time, required — Creation timestamp.
  - `pagination` CursorPagination — Cursor-based pagination metadata.
    - `limit` integer — Maximum number of results to return. Default is 10,000, maximum is 50,000.
    - `next_cursor` string, nullable — Token for the next page, if more results are available.

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-01** `c55c2a1636c3` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-29** `627b755eb856` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cooper-square-technologies/apis/external-api/changes/v1/knowledge-bases/get.md)

---

[API](https://skmtc.dev/cooper-square-technologies/apis/external-api.md) · [All operations](https://skmtc.dev/cooper-square-technologies/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cooper-square-technologies/external-api/revisions/ab03b3c80494/schema)
