List Jobs
list_jobsRetrieve jobs from Housecall Pro with pagination and filters for customer, employee, status, or date range.
Instructions
List/search jobs, paginated. Use extra_query for filters such as customer_id, employee_ids, work_status, scheduled_start_min/max. Docs: https://docs.housecallpro.com/docs/housecall-public-api/6c97704da8bf3-get-jobs
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. |