AurionAI Docs

Mcp Search Kb

Search KB articles using tsvector full-text search. Internal MCP callers (voice agent) are always considered authenticated, so visibility is not restricted.

GET
/api/internal/mcp/kb/search

Search KB articles using tsvector full-text search.

Internal MCP callers (voice agent) are always considered authenticated, so visibility is not restricted.

Query Parameters

q*Q
Length1 <= length
limit?Limit
Default10
Range1 <= value <= 50
language?Language
Default"english"

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/internal/mcp/kb/search?q=string"
[
  {}
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}