v2

latestOpenAPI 3.1.02026-07-313981108.2 KB
Knowledge Bases

Get Knowledge Base Status

Get Knowledge Base Status

get/kb/v1/knowledge-bases/{id}/status

Path parameters

idstring required

Knowledge Base ID

Response

Successful response

idstring
status'draft' | 'created' | 'queued' | 'training' | 'trained'
descriptionstring
titlestring

Example response

{
  "id": "5f7b1b1b1b1b1b1b1b1b1b1b",
  "status": "trained",
  "description": "Knowledge Base Description",
  "title": "Knowledge Base Title"
}