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

# Get all knowledge bases

`GET /knowledgebase`

Get all knowledge bases

## Response `200`

A list of knowledge bases

- object
  - `status` boolean
  - `data` KnowledgeBase[]
    - `_id` string, required — The unique identifier for the knowledge base
    - `name` string, required — The name of the knowledge base
    - `description` string — The description of the knowledge base
    - `organization` string, required — The organization ID
    - `createdBy` string, required — The user ID who created the knowledge base
    - `processingStatus` 'pending' | 'processing' | 'completed' | 'failed' — The current processing status of the knowledge base
    - `createdAt` string, date-time — The date and time when the knowledge base was created
    - `updatedAt` string, date-time — The date and time when the knowledge base was last updated

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
