cURL
curl --request GET \ --url https://api.axiom.xyz/v1/programs/{program_id} \ --header 'Axiom-API-Key: <api-key>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "status": "ready", "name": "<string>", "created_by": "<string>", "last_active_at": "2023-11-07T05:31:56Z", "launched_at": "2023-11-07T05:31:56Z", "terminated_at": "2023-11-07T05:31:56Z", "config_uuid": "<string>", "program_hash": "<string>", "openvm_config": "<string>", "cells_used": 123, "proofs_run": 123, "commit_sha": "<string>", "project_id": "<string>", "project_name": "<string>", "project_highlighted_program_id": "<string>", "error_message": "" }
Retrieve detailed information about a specific program.
Program details retrieved successfully
User-facing program response model.
ready
processing
not_ready
error
failed
Error message if the program compilation failed
""
Was this page helpful?