LinkedKnowledgeBase
LinkedKnowledgeBase
knowledge base when linked to a data source.
JSON Example
{
"id": "string",
"state": "string",
"knowledge_base": {
"id": "string",
"name": "string",
"description": "string",
"data_origin_type": "string",
"object": "string",
"created_at": 0,
"last_updated_at": 0,
"next_index_refresh_at": 0
}
}
string As uuid
As uuid
id
Required
ID of the link between a knowledge base and a data source.
state
Required
State of the link between a knowledge base and a data source.
Possible values are :
NOT_INDEXED,
INDEXED,
PENDING_UNLINKING,
UNLINKING,