list_jobs
Filter and list jobs by customer, employee, status, or date range. Get targeted job data from Housecall Pro.
Instructions
List jobs with optional filters for customer, employee, status and date range. Maps to GET /jobs. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort_by | No | ||
| page_size | No | ||
| customer_id | No | ||
| employee_id | No | ||
| work_status | No | e.g. needs_scheduling, scheduled, in_progress, completed, cancelled | |
| sort_direction | No | ||
| scheduled_end_max | No | ISO 8601 timestamp | |
| scheduled_end_min | No | ISO 8601 timestamp | |
| scheduled_start_max | No | ISO 8601 timestamp | |
| scheduled_start_min | No | ISO 8601 timestamp |