Linea Docs

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

MethodPathDescription
GET/notificationsList all notifications for the current user
PATCH/notifications/:id/readMark a notification as read
PATCH/notifications/read-allMark all notifications as read
DELETE/notifications/:idDismiss a notification

On this page