Build an auditable proof tree for a decision, tracing evidence back to sources.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to build a proof tree for a decision.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/reasoning/proof" \ -H "Content-Type: application/json" \ -d '{ "decision_id": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Auto Fix
Run auto-fix for high-confidence violations.
Bulk Read Edges
Read all edges between a set of nodes in a single query. Accepts a list of node IDs (max 5000) and returns every directed edge where both endpoints are in the list, scoped to the caller's workspace. Replaces N per-node ``GET /{item_id}/links`` calls with one round-trip.