curl --request GET \ --url https://api.axiom.xyz/v1/proofs \ --header 'Axiom-API-Key: <api-key>'
{ "items": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "state": "Queued", "proof_type": "app", "error_message": "", "launched_at": "2023-11-07T05:31:56Z", "terminated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "page": 123, "page_size": 123, "pages": 123 } }
Successful Response
The response is of type object.
object
Was this page helpful?