list_contacts
List contacts from eRezo with search, status filter, sorting, and pagination. Find the right people for your professional network.
Instructions
List contacts with optional search, filtering by status, and sorting. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page (default: 30, max: 100) | |
| search | No | Search by first name, last name, email or company | |
| status | No | Filter by contact status | |
| orderBy | No | Field to sort by | |
| orderDirection | No | Sort direction (default: asc) |