Matching time slots for a quoted job
listMatchingSlotsRetrieve available time slots with technician match scores for a quoted job, enabling integration to confirm appointment times.
Instructions
Matching time slots for a quoted job
Bookable arrival-window slots for a quoted job, computed by the smart-assignment matching engine: each slot lists the technicians actually available to start then (skills, weekly availability, existing schedule, time off and travel all checked), with a per-technician match score. Use it to find and offer appointment times an agent or integration can then confirm (POST /job-requests/{id}/confirm with the slot's business_time.datetime). Same grid the end-customer's slot picker shows; slot width defaults to the business's arrival window — override via ?step_minutes (5–240). The job must be quoted first (the quote sets the visit duration the matcher schedules).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job request ID (UUID or short_code) | |
| step_minutes | No | Slot step in minutes (default: business arrival window, 5–240) |