Get Customer Jobs
get_customer_jobsRetrieve complete job history for a customer, sorted by most recent first, including assigned technicians. Use search_customers to find the exact customer name first.
Instructions
Get all jobs for a customer by name. Returns the complete job history sorted by most recent first, including assigned technicians. Use search_customers first to find the exact customer name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_name | Yes | The customer name to search for (partial match). Use search_customers first to find the exact name. | |
| status | No | Optionally filter by job status. Comma-separated for multiple (e.g., 'Open,Scheduled'). |