---
title: "Get Knowledge Base Status"
method: GET
path: "/kb/v1/knowledge-bases/{id}/status"
tags: ["Knowledge Bases"]
---

# Get Knowledge Base Status

`GET /kb/v1/knowledge-bases/{id}/status`

Get Knowledge Base Status

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `id` string
  - `status` 'draft' | 'created' | 'queued' | 'training' | 'trained'
  - `description` string
  - `title` string

---

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