---
title: "View Budget Threshold Alerts"
method: POST
path: "/budgets/threshold_alerts/view"
tags: ["Budget V2 Management"]
---

# View Budget Threshold Alerts

`POST /budgets/threshold_alerts/view`

ThresholdAlert View

## Query parameters

- `expand` boolean

## Request body

- ThresholdAlertViewListRequest
  - `budget_uri` string, required — budget uri
  - `project_id` string — tenant ID
  - `dimension_id` string[] — dimension ID

## Response `200`

Success

- ThresholdAlertListResponse
  - `threshold_details` ThresholdAlertListModel[], required — Threshold Details
    - `id` string, required — threshold id
    - `tenant_id` string, required — tenant id
    - `created_by` string, required — Name of the user who created the threshold alert.
    - `created_at` string, required — Created time to create threshold alert
    - `updated_by` string, required — Name of the user who updated the the threshold alert.
    - `updated_at` string, required — Updated time to create threshold alert
    - `threshold_uri` string, required — threshold uri
    - `threshold_percentage` number, required — threshold percentage
    - `threshold_amount` number, required — threshold amount
    - `configuration_type` string, required — Configuration type
    - `alert_action_details` string[] — alert action details
    - `budget_uri` string, required — threshold uri
    - `name` string, required — Threshold Action name
    - `alert_notification_details` AlertNotificationDetailsModel[], required — Alert Notification Details
      - `name` string, required — notification name
      - `notification_uri` string, required — notification name
      - `is_template` boolean, required — notification name
      - `notification_details` NotificationDetailsModel[], required — Notification Details
        - `notification_type` string, required — notification type like emails/ITSM/Webhook
        - `notification_input` NotificationInputModel, required
          - `emails` string[] — Email id List
          - `webhook_urls` string[] — Webhook Urls to send alerts

## 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)
