List broadcasts
magicbell_list_broadcastsList broadcasts (notification-send batches) with cursor pagination. Read-only observability. Project API: GET /broadcasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |