list_notifications
List notification audit log with pagination and filters for event type or timestamp. View delivered, failed, and skipped attempts.
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) | |
| after | No | Opaque pagination cursor (next_cursor from a prior page). | |
| limit | No | Page size (default 50, max 200) | |
| since | No | ISO timestamp; only notifications at or after this time |