list_notifications_for_authenticated_user
Retrieve GitHub notifications for the authenticated user. Filter by read state, time range, or direct participation.
Instructions
List notifications for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | If true, show notifications marked as read. | |
| since | No | Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. | |
| before | No | Only show notifications updated before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. | |
| participating | No | If true, only show notifications in which the user is directly participating or mentioned. |