v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
subscriptions

Get all notifications for the current user

Returns an array with all notifications for the current user. Notifications about a project the current user can no longer read are omitted; the filtering happens in the query, so paging and the x-pagination-* headers all describe the visible notifications only.

get/notifications

Query parameters

pageinteger

The page number. Used for pagination. If not provided, the first page of results is returned.

per_pageinteger

The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page.

Response

The notifications

createdstring

A timestamp when this notification was created. You cannot change this value.

idinteger

The unique, numeric id of this notification.

namestring

The name of the notification

{"stackTrail":"components:schemas:notifications.DatabaseNotification:properties:notification","oasType":"schema","type":"unknown","description":"The actual content of the notification."}
read_atstring

When this notification is marked as read, this will be updated with the current timestamp.