curl --request GET \
--url https://api.mnemom.ai/v1/v1/agents/{agent_id}/merkle-root{
"agent_id": "<string>",
"merkle_root": "<string>",
"tree_depth": 123,
"leaf_count": 123,
"last_updated": "2023-11-07T05:31:56Z"
}Get the current Merkle tree root for an agent. The root is a SHA-256 hash that commits to the complete set of integrity checkpoints for this agent. Public endpoint, no authentication required.
curl --request GET \
--url https://api.mnemom.ai/v1/v1/agents/{agent_id}/merkle-root{
"agent_id": "<string>",
"merkle_root": "<string>",
"tree_depth": 123,
"leaf_count": 123,
"last_updated": "2023-11-07T05:31:56Z"
}The agent ID
Merkle tree root and metadata
Current Merkle tree root and metadata for an agent
The agent ID
SHA-256 Merkle root hash (hex-encoded)
Depth of the Merkle tree (ceil(log2(leaf_count)))
Total number of checkpoint leaves in the tree
When the tree was last updated