Get Contact List Members
neuron_get_contact_list_membersRetrieve the members of a specific contact list with optional search filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of items per page (default: 20) | |
| search | No | Search term to filter members by name or phone number | |
| idOrSlug | Yes | Unique identifier (UUID) or URL-friendly slug of the contact list |