Route a query to the cheapest effective retrieval method (symbolic, semantic, or hybrid).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to route a query through the symbolic/semantic router.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/reasoning/query" \ -H "Content-Type: application/json" \ -d '{ "query": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Rollback Registry
Rollback registry to a previous version. Requires authentication and validates registry ownership.
Run Analysis
Run governance analysis. If request.memory_items is provided, analyze those items directly. Otherwise, callers should first gather items via /memory/search and pass them here.