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

- **2026-05-12** `1c1eaa6f8dc7` — 1 info
  - api operation id `getDeploymentAlerts` removed and replaced with `listDeploymentAlerts`
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `listDeploymentAlerts` removed and replaced with `getDeploymentAlerts`

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

---

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