list_notifications
Retrieve a paginated audit log of delivered, failed, and skipped notifications. Filter by event type or since timestamp to monitor notification delivery status.
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 |