{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "GET /agent-audit/proof/inclusion",
  "dateModified": "2026-06-02",
  "spec": "RFC 9162 §4.10 get-proof-by-hash",
  "endpoint": {
    "method": "GET",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-audit/proof/inclusion"
  },
  "request": {
    "queryParams": [
      "leafHash",
      "treeSize"
    ]
  },
  "response": {
    "fields": [
      "leafIndex",
      "auditPath[]",
      "treeSize",
      "rootHash"
    ]
  },
  "verification": "Client recomputes root from leafHash + auditPath and compares with signedTreeHead"
}
