list_notifications
Retrieve a paginated list of notifications for the current user, including call completion events and system notifications. Use limit and offset parameters to control the number and starting point of results.
Instructions
Get paginated list of notifications for the current user. Includes call completion events and system notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notifications to return (default: 20, max: 100) | |
| offset | No | Number of notifications to skip (default: 0) |