Get multi-dimensional confidence score for a decision (evidence, recency, consensus, directness).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request for multi-dimensional confidence scoring.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/reasoning/fuzzy-confidence" \ -H "Content-Type: application/json" \ -d '{ "decision_id": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Find Shortest Path
Find the shortest path between two graph nodes.
Generate Snapshot
Fire a manual snapshot. Bypasses min-interval (per design D3) but NOT the cross-replica lock — concurrent ``POST /generate`` calls for the same workspace return ``409 Conflict`` with ``{reason: lock_held}`` on the loser (Codex-R4 #1).