---
title: "GET /v1/alerts"
method: GET
path: "/v1/alerts"
tags: ["Alert"]
---

# GET /v1/alerts

`GET /v1/alerts`

## Query parameters

- `limit` number
- `page` number
- `type` string
- `dseq` string

## Headers

- `Authorization` string

## Response `200`

Returns the list of alerts

- AlertListOutputResponse
  - `data` union[], required
    - union
      - object
        - `notificationChannelId` string, uuid, required
        - `name` string, required
        - `enabled` boolean, required
        - `summary` string, required
        - `description` string, required
        - `id` string, uuid, required
        - `userId` string, uuid, required
        - `notificationChannelName` string
        - `status` string, required
        - `createdAt` unknown, required
        - `updatedAt` unknown, required
        - `params` object
          - `dseq` string, required
          - `type` string, required
          - `suppressedBySystem` boolean
        - `conditions` union, required
          - object
            - `operator` 'and', required
            - `value` object[], required
              - …
          - object
            - `operator` 'or', required
            - `value` object[], required
              - …
          - object
            - `operator` union, required
              - …
            - `field` string, required
            - `value` union, required
              - …
        - `type` 'CHAIN_MESSAGE', required
      - object
        - `notificationChannelId` string, uuid, required
        - `name` string, required
        - `enabled` boolean, required
        - `summary` string, required
        - `description` string, required
        - `id` string, uuid, required
        - `userId` string, uuid, required
        - `notificationChannelName` string
        - `status` string, required
        - `createdAt` unknown, required
        - `updatedAt` unknown, required
        - `params` object
          - `dseq` string, required
          - `type` string, required
          - `suppressedBySystem` boolean
        - `conditions` union, required
          - object
            - `operator` 'and', required
            - `value` object[], required
              - …
          - object
            - `operator` 'or', required
            - `value` object[], required
              - …
          - object
            - `operator` union, required
              - …
            - `field` string, required
            - `value` union, required
              - …
        - `type` 'CHAIN_EVENT', required
      - object
        - `notificationChannelId` string, uuid, required
        - `name` string, required
        - `enabled` boolean, required
        - `summary` string, required
        - `description` string, required
        - `id` string, uuid, required
        - `userId` string, uuid, required
        - `notificationChannelName` string
        - `status` string, required
        - `createdAt` unknown, required
        - `updatedAt` unknown, required
        - `type` 'DEPLOYMENT_BALANCE', required
        - `conditions` union, required
          - object
            - `operator` 'and', required
            - `value` object[], required
              - …
          - object
            - `operator` 'or', required
            - `value` object[], required
              - …
          - object
            - `operator` union, required
              - …
            - `field` 'balance', required
            - `value` number, required
        - `params` object, required
          - `dseq` string, required
          - `owner` string, required
          - `suppressedBySystem` boolean
      - object
        - `notificationChannelId` string, uuid, required
        - `name` string, required
        - `enabled` boolean, required
        - `summary` string, required
        - `description` string, required
        - `id` string, uuid, required
        - `userId` string, uuid, required
        - `notificationChannelName` string
        - `status` string, required
        - `createdAt` unknown, required
        - `updatedAt` unknown, required
        - `type` 'WALLET_BALANCE', required
        - `conditions` union, required
          - object
            - `operator` 'and', required
            - `value` object[], required
              - …
          - object
            - `operator` 'or', required
            - `value` object[], required
              - …
          - object
            - `operator` union, required
              - …
            - `field` 'balance', required
            - `value` number, required
        - `params` object, required
          - `owner` string, required
          - `denom` string, required
          - `suppressedBySystem` boolean
  - `pagination` object, required
    - `page` number, required
    - `limit` number, required
    - `total` number, required
    - `totalPages` number, required
    - `hasNextPage` boolean, required
    - `hasPreviousPage` boolean, required

## 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-12-18** `7face3538390` — 1 breaking
  - added `subschema #4` to the `data/items/` response property `oneOf` list for the response status `200`
- **2025-07-15** `1bccb4682340` — 1 breaking, 1 info
  - added `subschema #1, subschema #2, subschema #3` to the `data/items/` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/` response property `oneOf` list for the response status `200`
- **2025-06-16** `b0fdac3e4c76` — 1 breaking, 1 info
  - added `subschema #1, subschema #2` to the `data/items/` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/` response property `oneOf` list for the response status `200`
- **2025-06-09** `0cf433a0e3f0` — 1 breaking, 1 info
  - added `subschema #1, subschema #2` to the `data/items/` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/` response property `oneOf` list for the response status `200`
- **2025-06-09** `e5010ae693e3` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`

[Full history](https://skmtc.dev/akash-network/apis/notificationsapi/changes/v1/alerts/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)
