Skip to main content
GET
/
agents
/
{agent_id}
/
zk-proof-count
Count completed ZK proofs for an agent
curl --request GET \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/zk-proof-count
{
  "count": 1
}

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

Count of completed ZK proofs.

count
integer
required
Required range: x >= 0