---
title: "List Alert Notifications Route"
method: GET
path: "/api/v1/alert-notifications"
tags: ["alerts"]
---

# List Alert Notifications Route

`GET /api/v1/alert-notifications`

## Query parameters

- `unread_only` boolean
- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- PaginatedResponseAlertNotificationRead
  - `items` AlertNotificationRead[], required
    - `id` string, uuid, required
    - `org_id` string, uuid, required
    - `rule_id` string, uuid, nullable, required
    - `proxy_id` string, uuid, nullable, required
    - `alert_event_id` string, uuid, nullable, required
    - `title` string, required
    - `body` string, required
    - `severity` string, required
    - `read` boolean, required
    - `created_at` string, date-time, required
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `e63bfe8e38b4` — 2 info
  - added the required property `items/items/alert_event_id` to the response with the `200` status
  - added the required property `items/items/severity` to the response with the `200` status

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/alert-notifications/get.md)

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/9efbf54a37d4/schema)
