---
title: "Get alert notifications"
method: GET
path: "/alerts/{alertId}/notifications"
tags: ["Alerts"]
---

# Get alert notifications

`GET /alerts/{alertId}/notifications`

Get notifications of all users by alert id.

## Path parameters

- `alertId` string, required

## Response `200`

OK

- V2AlertNotificationInfo[]
  - `address` string, nullable
  - `notificationChannelType` 0 | 1 | 2 | 4 | 8 | 16
  - `deviceName` string, nullable
  - `lastUpdate` string, date-time
  - `messageStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  - `messageStatusErrorCode` integer
  - `userId` string, nullable
  - `userStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6

## Other responses

- `400` — Required information could not be found in the request/claims.
- `404` — Required entities could not be found in the database.
- `500` — Internal general error occurred.

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/revisions/ddbe216a9287/schema)
