v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Billing Commitment

List all billing commitment events

List all billing commitment events for the cloud account, supported only for Azure EA account types.

post/v1/billing/commitment/events

Request body

service_account_idstring required

Service Account IDs

start_datestring date

Start Date of Billing commitment

end_datestring date

End Date of Billing commitment

Response

Fetched successfully

remaining_commitment_amountnumber

Remaining Billing Commitment Amount

currency'AED' | 'ALL' | 'ARS' | 'AUD' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CZK' | 'DKK' | 'EGP' | 'EUR' | 'GBP' | 'HKD' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KES' | 'KRW' | 'KWD' | 'KZT' | 'MOP' | 'MVR' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'OMR' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'SAR' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'VND' | 'ZAR'

Billing Currency

billing_account_namestring

Billing Account Name

billing_profile_namestring

Billing Profile Name

descriptionstring

Billing Commitment Description

chargesnumber

Billing Charges

transaction_datestring date-time

Event Transaction Date

Example response

[
  {
    "currency": "AED"
  }
]