list notifications for user
GET /v1/notifications
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”1-indexed page number. Defaults to 1; zero is rejected.
Rows per page. Defaults to 20; zero is rejected.
Whether to include read notifications. Defaults to true.
Responses
Section titled “ Responses ”Successfully retrieved list of notifications
The standard { results, pagination } envelope plus the bell-badge unread
count, which spans all pages and ignores the include_read filter.
object
Pagination metadata describing the slice.
object
1-indexed page number of this result slice.
Number of items requested per page.
Total number of matching items across all pages.
Total number of pages at this page size.
The items on this page.
object
A User as returned by the API.
Profile images are not embedded — clients fetch them from
GET /api/v1/{icon} when icon is Some.
object
Relative path to the user’s avatar endpoint, e.g.
"users/{id}/avatar?v={hash}". None when the user has no avatar.
Unauthorized
Could not retrieve notifications