cURL
curl --request GET \ --url https://api.compute.x.io/v1/compute/ledger/authorizations
{ "data": [ { "amount_usd": 123, "approved": true, "status": "CLOSED", "opened_at": "2023-12-25", "expires_at": "2023-12-25", "object": "compute_ledger_authorization", "created_at": "2023-12-25", "updated_at": "2023-12-25", "uuid": "<string>", "status_reason": "<string>", "closed_at": "2023-12-25", "consumer_account_uuid": "<string>", "consumer_profile_uuid": "<string>", "job_run_uuid": "<string>", "render_user_id": "<string>" } ], "limit": 123, "page": 123, "total": 123 }
1 <= x <= 50
1
1 <= x <= 9007199254740991
"created_at OR -created_at"
"2025-01-01,2025-03-01"
List compute ledger authorizations
Show child attributes