List Employees
list_employeesFetch paginated employee and technician records from Housecall Pro, with options for sorting, page size, and additional filters.
Instructions
List employees/techs, paginated. Docs: https://docs.housecallpro.com/docs/housecall-public-api/303ee235f23fa-get-employees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| sort_by | No | Field name to sort by. | |
| page_size | No | Results per page. | |
| extra_query | No | Escape hatch: any additional filter query params documented for this endpoint (e.g. customer_id, employee_ids, work_status, q) that aren't explicitly listed above. Check the linked docs URL for the exact param names Housecall Pro supports. | |
| sort_direction | No | Sort direction. |