list_customers
Retrieve customer records from Housecall Pro with optional search by name, email, phone, or address, plus sorting and pagination controls to find the right customers quickly.
Instructions
List customers, with optional search, sorting and pagination. Maps to GET /customers. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by name, email, mobile number, or address | |
| page | No | ||
| expand | No | Extra fields to include in the response | |
| sort_by | No | Customer attribute to sort by, e.g. created_at | |
| page_size | No | ||
| sort_direction | No |