---
title: "Get a knowledge base"
method: GET
path: "/knowledgebase/{id}"
tags: ["Knowledge Base"]
---

# Get a knowledge base

`GET /knowledgebase/{id}`

Get a knowledge base

## Path parameters

- `id` string, required

## Response `200`

A knowledge base

- 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

- `400` — Invalid input
- `401` — Unauthorized access
- `404` — Knowledge base not found
- `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)
