list_segment_contacts
Retrieve paginated contacts belonging to a segment using the segment ID. Supports limit and cursor-based pagination.
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 |