Notification
User notifications for key platform events. Supports real-time SSE streaming, unread counts, and read-status management.
Get user notifications
Returns notifications for the authenticated user.
Get the number of unread notifications
Returns the total count of unread notifications for the authenticated user.
Update the read status of a notification
Update the read status of a notification
Mark all notifications as read
Marks all notifications as read for the authenticated user. It can filter by notification type
Stream real-time notifications via SSE
Creates a Server-Sent Events (SSE) connection for the authenticated user. This allows receiving real-time notifications without polling.