gitee_list_repo_notifications
List notifications for a repository, with options to filter by unread status, participation, date range, and pagination.
Instructions
List notifications for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| unread | No | Only unread | |
| participating | No | Only participating | |
| since | No | ISO 8601 date | |
| before | No | ISO 8601 date | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |