Appearance
Notifications
Per-user notification surface — a projection of the audit log filtered to events the caller is allowed to see. Drives the bell + dropdown in the operator portal.
List notifications visible to the caller
GET
/api/notifications
Reverse-chronological. Pass the oldest result's timestamp back as before to paginate.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Query Parameters
limit
Default 20.
Type
number
unreadOnly
Default false.
Type
boolean
before
ISO timestamp cursor.
Type
string
Responses
application/json
[
{
}
]