Knowledge Bases
Get Knowledge Base
Get a knowledge base’s configuration and stats
GET
Get Knowledge Base
Get Knowledge Base
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Get a knowledge base’s configuration and stats
curl --request GET \
--url https://api.example.com/knowledge-bases/{kb_id}| Parameter | Type | Description |
|---|---|---|
kb_id | string | Knowledge base ID |
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Product Docs",
"description": "Product documentation and guides",
"document_count": 42,
"chunk_size": 512,
"overlap_percentage": 0.1,
"embedding_model": "text-embedding-3-small"
}
Was this page helpful?
curl --request GET \
--url https://api.example.com/knowledge-bases/{kb_id}