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

# List Knowledge Bases

`GET /v1/knowledge-base`

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- KnowledgeBaseListItem[]
  - `id` string, uuid, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `created_at` string, nullable
  - `updated_at` string, nullable
  - `document_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
