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

Authorizations

Axiom-API-Key
string
header
required

Path Parameters

program_id
string
required

Response

Logs downloaded successfully