cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{billingAccountId}/spend/details \ --header 'Authorization: <api-key>'
{ "spend": [ { "amount": { "value": "<string>" }, "description": "<string>", "projectId": "<string>", "quantity": 123, "unit": "UNIT_UNKNOWN", "unitAmount": { "value": "<string>" } } ] }
Retrieves a detailed spend report for a billing account during a specified time period.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes