gorelo_list_contacts
Fetch paginated contacts for a service provider, filtering by client, status, or date range to find specific contact information.
Instructions
List contacts for the service provider, cursor-paginated, optionally filtered by client, sorted by contact id ascending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| cursor | No | Opaque pagination cursor from a previous page; omit for the first page. | |
| clientId | No | Filter to a single client. | |
| pageSize | No | Items per page, clamped 1-200 (default 50). | |
| clientIds | No | ||
| statusIds | No | ||
| createdSince | No | ISO-8601 timestamp. | |
| updatedSince | No | ISO-8601 timestamp. | |
| createdBefore | No | ISO-8601 timestamp. | |
| updatedBefore | No | ISO-8601 timestamp. |