Skip to main content
GET
/
kb
/
v1
/
knowledge-bases
/
{id}
/
status
Get Knowledge Base Status
curl --request GET \
  --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "id": "5f7b1b1b1b1b1b1b1b1b1b1b",
  "status": "trained",
  "description": "Knowledge Base Description",
  "title": "Knowledge Base Title"
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

Knowledge Base ID

Response

200 - application/json

Successful response

id
string
Example:

"5f7b1b1b1b1b1b1b1b1b1b1b"

status
enum<string>
Available options:
draft,
created,
queued,
training,
trained
Example:

"trained"

description
string
Example:

"Knowledge Base Description"

title
string
Example:

"Knowledge Base Title"