Skip to main content
POST
/
knowledge_base
/
get_sources
List ingested sources
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.

Body

application/json
namespace
string
required

Knowledge base namespace identifier.

Response

Source list.

ok
boolean
required
sources
object[]