The Alerts Service is responsible for managing the full alert lifecycle. It handles alert creation, retrieval, deletion, read-state management, and real-time alert streaming for authenticated users. The service also exposes internal endpoints used by other microservices to generate alerts programmatically.
GET /api/alertsDELETE /api/alertsGET /api/alerts/{id}DELETE /api/alerts/{id}PATCH /api/alerts/{id}GET /api/alerts/streamGET /api/alerts/unread-countPOST /api/internal/alertsDocumentation of the typescript code base can be found at the typedoc.