get_notifications
Retrieve a list of notifications from Backlog by specifying ID range, count, sorting, and read status to manage project updates efficiently.
Instructions
Returns list of notifications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alreadyRead | No | Whether to include already read notifications | |
count | No | Number of notifications to retrieve | |
maxId | No | Maximum notification ID | |
minId | No | Minimum notification ID | |
order | No | Sort order | |
resourceAlreadyRead | No | Whether to include notifications for already read resources |