---
title: "View Count Budget Summary"
method: POST
path: "/budget/dashboard/budget_summary_count"
tags: ["Budget V2 Management"]
---

# View Count Budget Summary

`POST /budget/dashboard/budget_summary_count`

Budget Summary Count

## Request body

- BudgetSummaryRequest
  - `filter_params` BudgetSummaryFilterModel
    - `cloud` string[] — The name of the cloud service. For example, AWS.
    - `cloud_account_id` string[] — Specify the cloud account ID to view, cloud account ID is unique can be obtained from the list cloud account api.
    - `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' — currency of the cost. Example 'currency':'USD'
  - `tenant_ids` string[] — Tenant ids
  - `type` 'budget_summary' | 'alert_exceeds_summary' — Type of filter.Type will be budget_summary/alert_exceeds_summary

## Response `200`

Success

- BudgetSummaryResponse
  - `total_budgets_count` integer, required — budget count

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
