KnowledgeBaseDetails
knowledge base with detailed properties on runtime status or inbound/outbound references.
{
"id": "string",
"name": "string",
"description": "string",
"data_origin_type": "string",
"object": "string",
"created_at": 0,
"last_updated_at": 0,
"next_index_refresh_at": 0,
"status": "string",
"num_linked_data_sources": 0,
"num_linked_agents": 0
}
ID of the knowledge base.
Name of the knowledge base.
Description of the knowledge base.
Policy defining when to refresh the index of the knowledge base.
data_origin_type
Object type, which is always knowledge_base
.
Unix timestamp (in seconds) when the knowledge base was created.
Unix timestamp (in seconds) when the knowledge base was last updated.
Unix timestamp (in seconds) of the next scheduled indexing.
Availability status of a knowledge base.
Number of linked data sources.
Number of agents using this knowledge base.