Skip to main content
GET
/
risk
/
proofs
/
{proof_id}
Get a ZK proof for a risk assessment
curl --request GET \
  --url https://api.mnemom.ai/v1/risk/proofs/{proof_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

proof_id
string
required

Response

Proof row (status, artifact, metadata).

The response is of type object.