---
title: "Mark Notification Read Route"
method: PATCH
path: "/api/v1/alert-notifications/{notification_id}/read"
tags: ["alerts"]
---

# Mark Notification Read Route

`PATCH /api/v1/alert-notifications/{notification_id}/read`

## Path parameters

- `notification_id` string, uuid, required

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

## Changes

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

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/alert-notifications/:notification_id/read/patch.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)
