Skip to main content
POST
/
knowledge_base
/
get_stats
Knowledge base statistics
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.

Body

application/json
namespace
string
required

Knowledge base namespace identifier.

Response

Statistics.

ok
boolean
required
namespace
string
required
chunk_count
integer
source_count
integer
last_updated
string<date-time>