API Endpoints — Alerts¶
Alert management for notifications.
List Alerts¶
Query: read (true/false), severity, limit, cursor
Create Alert¶
Body:
Mark Read¶
Alert Fields¶
| Field | Type | Description |
|---|---|---|
id |
UUID | Primary key |
title |
str | Alert title |
severity |
str | P1–P4 |
read |
bool | Read status |
created_at |
datetime | Creation time |
event_ids |
list[int] | Related event IDs |