Skip to main content
GET
/
v1
/
proofs
/
{proof_id}
/
logs
Download Proof Logs
curl --request GET \
  --url https://api.axiom.xyz/v1/proofs/{proof_id}/logs \
  --header 'Axiom-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Axiom-API-Key
string
header
required

Path Parameters

proof_id
string
required

Response

Logs downloaded successfully