gitpod.v1.NotificationService
ListNotifications
Lists notifications for the authenticated user. Response includes unread_count and total_count for the inbox badge.
Examples
-
List all notifications:
pagination: pageSize: 20 -
List unread notifications:
pagination: pageSize: 20 read: false
post/gitpod.v1.NotificationService/ListNotifications
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success