Get Broadcast Recipients
neuron_get_broadcast_recipientsRetrieve the paginated list of recipients for a specific broadcast with their individual delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the broadcast | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of recipients per page (default: 20) | |
| status | No | Filter recipients by delivery status (e.g., 'delivered', 'failed', 'pending') |