Poll Notifications
GET /api/notifications/poll
GET
/api/notifications/poll
Poll for new notifications since a given timestamp.
Designed for frontend polling at ~15 s intervals. Returns only notifications
newer than since (or all if omitted), filtered by min_priority.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
PollNotificationsResponse
Response for the poll endpoint — only notifications newer than since.
object
notifications
required
Notifications
Array<object>
NotificationItemSingle notification in API responses.
object
id
required
Id
string
type
required
Type
string
priority
required
Priority
string
source
required
Source
string
category
required
Category
string
title
required
Title
string
message
required
Message
string
timestamp
required
Timestamp
string
serverTimestamp
Servertimestamp
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context