list_notifications
Retrieve paginated notification audit logs including delivered, failed, and skipped attempts. Filter by event type or since 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) | |
| 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 |