v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
notification

List users's notification threads

get/notifications

Query parameters

allboolean

If true, show notifications marked as read. Default value is false

status-typesstring[]

Show notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread & pinned.

subject-typestring[]

filter notifications by subject type

sincestring date-time

Only show notifications updated after the given time. This is a timestamp in RFC 3339 format

beforestring date-time

Only show notifications updated before the given time. This is a timestamp in RFC 3339 format

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

Response

NotificationThreadList

idinteger

ID is the unique identifier for the notification thread

pinnedboolean

Pinned indicates if the notification is pinned

unreadboolean

Unread indicates if the notification has been read

updated_atstring date-time

UpdatedAt is the time when the notification was last updated

urlstring

URL is the API URL for this notification thread