cURL
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>" } ] }
Download the compilation logs for a program to debug compilation issues.
Logs downloaded successfully
Was this page helpful?