cURL
curl --request GET \ --url https://api.axiom.xyz/v1/projects/{project_id}/programs \ --header 'Axiom-API-Key: <api-key>'
{ "items": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "status": "ready", "error_message": "", "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>" } ], "pagination": { "total": 123, "page": 123, "page_size": 123, "pages": 123 } }
List all programs within a specific project with pagination support.
x >= 1
1 <= x <= 100
Project programs retrieved successfully
The response is of type object.
object
Was this page helpful?