List Broadcasts
neuron_list_broadcastsRetrieve a paginated list of all broadcasts with optional filtering by status such as draft, sent, or scheduled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of broadcasts per page (default: 20) | |
| status | No | Filter by broadcast status (e.g., 'draft', 'sent', 'scheduled') |