wetrack_list_notifications
Get a paginated list of your notifications, filterable by read status, category, or project. View comments and updates to track activity without missing important changes.
Instructions
Retrieve paginated notifications for the authenticated user.
Args: status: Filter by read status — 'all' (default), 'unread', or 'read'. category: Filter by type — 'all' (default), 'comment', or 'update'. project_id: Filter notifications to a specific project UUID. page: Page number (default: 1). limit: Items per page, max 100 (default: 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| status | No | all | |
| category | No | all | |
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |