---
title: "GET /v1/deployment-alerts/{dseq}"
method: GET
path: "/v1/deployment-alerts/{dseq}"
tags: ["DeploymentAlert"]
---

# GET /v1/deployment-alerts/{dseq}

`GET /v1/deployment-alerts/{dseq}`

## Path parameters

- `dseq` string, required

## Headers

- `Authorization` string

## Response `200`

Returns alerts for the specified deployment

- DeploymentAlertsResponse
  - `data` object, required
    - `dseq` string, required
    - `owner` string
    - `alerts` object, required
      - `deploymentBalance` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean
        - `threshold` number, required
        - `id` string, uuid, required
        - `status` string, required
        - `suppressedBySystem` boolean
      - `deploymentClosed` object
        - `notificationChannelId` string, uuid, required
        - `enabled` boolean
        - `id` string, uuid, required
        - `status` string, required
        - `suppressedBySystem` boolean

## Other responses

- `400` — Validation error responded when some request parameters are invalid
- `401` — Unauthorized error responded when the user is not authenticated
- `403` — Forbidden error responded when the user is not authorized
- `500` — Internal server error, should probably be reported

## Changes

> 15 revisions in range; 1 could not be searched.

- **2025-07-15** `1bccb4682340` — 2 info
  - added the optional property `data/alerts/deploymentBalance/suppressedBySystem` to the response with the `200` status
  - added the optional property `data/alerts/deploymentClosed/suppressedBySystem` to the response with the `200` status
- **2025-06-09** `0cf433a0e3f0` — 2 breaking, 2 info
  - removed the required property `data/alerts/deploymentBalance/contactPointId` from the response with the `200` status
  - removed the required property `data/alerts/deploymentClosed/contactPointId` from the response with the `200` status
  - added the required property `data/alerts/deploymentBalance/notificationChannelId` to the response with the `200` status
  - added the required property `data/alerts/deploymentClosed/notificationChannelId` to the response with the `200` status
- **2025-06-06** `6457efa86dfc` — 1 info
  - endpoint added
- **2025-05-20** `657868531990` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/akash-network/apis/notificationsapi/changes/v1/deployment-alerts/:dseq/get.md)

---

[API](https://skmtc.dev/akash-network/apis/notificationsapi.md) · [All operations](https://skmtc.dev/akash-network/apis/notificationsapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/notificationsapi/revisions/7c10904298ba/schema)
