SmartMemory
GET
/memory/{item_id}/explain

The complete audit answer for one memory in a single call.

Composes identity/origin tier, the transaction-time version audit (with chain hashes), both supersession directions, lineage roots, decision provenance, and live chain verification — the explain-contract shape. Absent and no-access are both 404 (masked per house auth style).

Path Parameters

item_id*Item Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/string/explain"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}