list_contacts
Retrieve a paginated list of contacts. Use limit, after, or before parameters to control the results.
Instructions
List contacts (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |