---
title: "Get a knowledge base"
method: GET
path: "/knowledge_bases/{knowledge_base_id}"
tags: ["Knowledge Bases"]
---

# Get a knowledge base

`GET /knowledge_bases/{knowledge_base_id}`

Fetches a knowledge base.

Required scope: `knowledge_bases:read`

## Path parameters

- `knowledge_base_id` string, required

## Response `200`

A knowledge base

- KnowledgeBaseSlimResponse
  - `_links` object, required
    - `self` string — Link to resource
    - `related` object
      - `articles` string — Link to articles associated to the knowledge base
      - `categories` string — Link to categories associated to the knowledge base
  - `id` string, required — Unique identifier of the knowledge base
  - `type` 'internal' | 'external', required — Type of the KB
  - `locales` string[], required — List of the KB's possible locales
  - `created_at` number — Timestamp when the knowledge base was created
  - `updated_at` number — Timestamp when the knowledge base was updated

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
