List project notifications
Notifications
List project notifications
List notifications for the effective user (authenticated user or impersonated user).
Filtering:
- Only PROJECT-scoped notifications are returned (not account-level)
- Returns all unread notifications plus read notifications from the last 7 days
- Optionally filter by status using the
statusquery parameter
Impersonation:
When using the X-Impersonate-Email header, returns notifications for the target user
instead of the authenticated user.
GET
List project notifications
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
Query Parameters
Filter by notification status
unread: Notification has not been readread: Notification has been read
Available options:
unread, read Maximum number of results per page
Required range:
1 <= x <= 1000Number of results to skip for pagination
Required range:
x >= 0