manage_notifications
Fetch and filter user notifications from StashDog inventory management system by status, with pagination controls for efficient monitoring.
Instructions
Fetch user notifications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter notifications by status (e.g., UNREAD, READ). | |
| limit | No | Maximum number of notifications to fetch. | |
| offset | No | Offset for pagination. |