list_segment_contacts
Retrieve paginated contacts from a segment by ID, using limit and cursor-based pagination to navigate results.
Instructions
List the contacts that belong to a segment (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Segment ID | |
| limit | No | Max items to return (1-100) | |
| after | No | Pagination cursor: return items after this ID | |
| before | No | Pagination cursor: return items before this ID |