List customers
listCustomersRetrieve paginated, searchable customer records with filters by name, tier, status, or technician. Enables incremental sync to external CRM or marketing tools via cursor.
Instructions
List customers
Returns a paginated, searchable directory of the business's customer records — the customer database (CRM) behind every booking and work order. Supports the since/next_since cursor for incremental sync into an external CRM, ERP or marketing tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search name, UID, phone, email | |
| page | No | Page number (default 1) | |
| sort | No | Sort: created_at_desc|created_at_asc|name_asc|name_desc|uid_asc|uid_desc (default: created_at_desc) | |
| tier | No | Filter by tier: regular|vip (repeatable) | |
| limit | No | Page size (default 15, max 1000) | |
| since | No | RFC3339 cursor for short-polling; echo back next_since from prior response | |
| status | No | Filter by status: active|inactive | |
| preferred_technician_id | No | Filter by preferred technician UUID |