Notifications
In-app alerts for workflow events and workspace activity.
Notifications
Notifications surface important events directly in the dashboard — execution failures, invite acceptances, and other workspace activity. They appear in the header as a bell icon with an unread badge.
How they work
Linea generates a notification whenever a significant event occurs: an execution fails, you're invited to a workspace, an approval gate needs your attention, and similar. Each notification belongs to the user who should act on it.
API Endpoints
| Method | Path | Description |
|---|---|---|
GET | /notifications | List all notifications for the current user |
PATCH | /notifications/:id/read | Mark a notification as read |
PATCH | /notifications/read-all | Mark all notifications as read |
DELETE | /notifications/:id | Dismiss a notification |