Lists all ingested sources (documents) in a knowledge base namespace.
curl --request POST \
--url https://api.svantic.com/knowledge_base/get_sources \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"sources": [
{
"source_id": "string",
"chunk_count": 0,
"tags": [
"string"
],
"created_at": "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_sources \
--header 'Content-Type: application/json' \
--data '
{
"namespace": "string"
}
'{
"ok": true,
"sources": [
{
"source_id": "string",
"chunk_count": 0,
"tags": [
"string"
],
"created_at": "2026-03-31T12:00:00.000Z"
}
]
}