Matching crew candidates for a job
listCrewCandidatesMatch and rank crew candidates for a job by checking skills, availability, schedule, and travel. Returns feasible leads with score breakdown and session plan.
Instructions
Matching crew candidates for a job
Technicians who can actually take this job, matched and ranked by the smart-assignment engine — skills per crew slot, weekly availability, existing schedule, time off and travel are all checked; each candidate carries a score breakdown (distance, travel, matched skills) plus the exact on-site session plan they would work. NOT a raw roster list (use GET /technicians for that). Returns the ranked feasible LEAD pool by default; pass include_buddies=true to also return per-slot buddy pools, include_vehicle=true to include the available-vehicle list. force_lead_id checks one specific technician: returns only that lead (with their crew combo) if feasible, else 409 JOB_REQUEST_NO_TECHNICIAN_AVAILABLE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job request ID or short_code | |
| force_lead_id | No | Check a specific technician as lead — returns only that lead if feasible, else 409 | |
| include_buddies | No | Also return buddy candidate pools | |
| include_vehicle | No | Also return the available-vehicle list |