Skip to main content
POST
/
knowledge_base
/
get
List knowledge bases
curl --request POST \
  --url https://api.svantic.com/knowledge_base/get \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true,
  "count": 0,
  "knowledge_bases": [
    {
      "namespace": "string",
      "display_name": "string",
      "visibility": "private",
      "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

Empty body — tenant derived from JWT.

Response

Knowledge base list.

ok
boolean
required
count
integer
knowledge_bases
object[]