---
title: "List all billing commitment events"
method: POST
path: "/v1/billing/commitment/events"
tags: ["Billing Commitment"]
---

# List all billing commitment events

`POST /v1/billing/commitment/events`

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

## Request body

- BillingCommitmentEventsRequest
  - `service_account_id` string, required — Service Account IDs
  - `start_date` string, date — Start Date of Billing commitment
  - `end_date` string, date — End Date of Billing commitment

## Response `200`

Fetched successfully

- BillingCommitmentEvent[]
  - `remaining_commitment_amount` number — 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_name` string — Billing Account Name
  - `billing_profile_name` string — Billing Profile Name
  - `description` string — Billing Commitment Description
  - `charges` number — Billing Charges
  - `transaction_date` string, date-time — Event Transaction Date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
