list_notifications
List and filter notification audit logs for delivered, failed, and skipped attempts. Supports pagination and filtering by event type or timestamp.
Instructions
List the operator's notification audit log (delivered, failed, and skipped attempts). Paginated; filter by event type or since timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by event_type (e.g. project_past_due) | |
| since | No | ISO timestamp; only notifications at or after this time | |
| limit | No | Page size (default 50, max 200) | |
| offset | No | Pagination offset |