list_notifications
List notifications and messages from the patient portal, with pagination (rows_to_skip) and optional archived filter.
Instructions
Return notifications/messages list. Returns {items, channels}.
Args: rows_to_skip: Pagination offset (default 0). archived: Include archived notifications (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | ||
| rows_to_skip | No |