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", "error_message": "" }
Successful Response
The response is of type object.
object
Was this page helpful?