Get Customer Jobs
get_customer_jobsRetrieve all jobs for a specific customer by name, sorted newest first. Optionally filter by job status.
Instructions
Get all jobs for a customer by name, sorted by most recent first. Use search_customers first to find the exact name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by job status, comma-separated. | |
| customer_name | Yes | Customer name (partial match). |