ghl_get_contacts
Search and list contacts in GoHighLevel using filters for name, email, or phone, with cursor-based pagination to navigate large result sets.
Instructions
List/search contacts in the GHL location. Supports filtering by query and cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip | |
| limit | No | Max results (1-100) | |
| query | No | Search query (name, email, phone) | |
| startAfter | No | Timestamp cursor for pagination | |
| startAfterId | No | Contact ID to start after (cursor pagination) |