list_notifications
Retrieve GitHub notifications for the authenticated user, with options to filter by participation status, date, and pagination settings.
Instructions
List notifications for the authenticated user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Show all notifications (including read ones) | |
| participating | No | Only show notifications where you are directly participating | |
| since | No | ISO 8601 date - only notifications updated after this time | |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |