list_contacts
Fetch contacts with optional segment filtering and pagination. Use to retrieve and manage Resend audience data programmatically.
Instructions
List contacts with optional segment filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for forward pagination | |
| limit | No | Max results (1-100, default 20) | |
| before | No | Cursor for backward pagination | |
| segment_id | No | Filter by segment ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| object | No | list | |
| has_more | No |