Notifications API
Manage user notifications for system events, agent completions, and other alerts.
Prefix: /api/notifications
Endpoints
| Method | Path | Description | Role |
|---|---|---|---|
GET | / | List notifications for the current user (paginated) | Viewer+ |
GET | /unread-count | Get the count of unread notifications | Viewer+ |
PUT | /{id}/read | Mark a notification as read | Viewer+ |
PUT | /read-all | Mark all notifications as read | Viewer+ |
DELETE | /{id} | Delete a notification | Viewer+ |