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

# List knowledge bases

`GET /knowledge_bases`

List the knowledge bases of the company.

Required scope: `knowledge_bases:read`

## Response `200`

Array of knowledge bases

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` 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.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
