Not yet on graphql API: https://github.community/t/get-notification-list-via-graphql-api/13836 but available on REST API: https://docs.github.com/en/rest/reference/activity#notifications And Codeberg API: https://codeberg.org/api/swagger#/notification

gh_notifications(where = "github", quiet = FALSE)

Arguments

where

Service to get notifications from; one of "github" or "codeberg" (case-insensitive).

quiet

If FALSE, print notifications to screen

Value

data.frame of notifications (invisibly)