GitHub Notifications
API Endpoints
Listing
gh api /notifications --paginate # all unread
gh api /notifications?participating=true --paginate # only participating
gh api /notifications?all=true --paginate # include already-read
gh api /notifications?since=2025-01-01T00:00:00Z # since timestamp
Compact projection:
gh api /notifications --paginate \
-q '.[] | {id: .id, type: .subject.type, reason: .reason, t
[Description truncada. Veja o README completo no GitHub.]