Returns chunk and source counts for a namespace.
curl --request POST \
--url https://api.svantic.com/knowledge_base/get_stats \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"namespace": "string",
"chunk_count": 0,
"source_count": 0,
"last_updated": "2026-03-31T12:00:00.000Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/knowledge_base/get_stats \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"namespace": "string",
"chunk_count": 0,
"source_count": 0,
"last_updated": "2026-03-31T12:00:00.000Z"
}