en
BookingsFind nearby feasible technicians (job-less location query)

Find nearby feasible technicians (job-less location query)

Ranks who could serve a hypothetical visit at (lat,lng) starting `at` for `duration_minutes` — the engine applies the REAL hard filters (weekly hours, existing schedule, approved time-off, geographic service areas, optional skill floor) and returns candidates nearest-arrival first. ETA origin is each technician's start location (no live GPS). Use before creating a booking to propose realistic arrivals.

Arguments

latnumberqueryrequired
Latitude of the service location
lngnumberqueryrequired
Longitude of the service location
atstringqueryoptional
Visit start (RFC3339, e.g. 2026-07-20T14:00:00Z; default now)
duration_minutesintegerqueryoptional
Visit length in minutes (default 60; 15–480)
skill_idsstringqueryoptional
Comma-separated skill UUIDs to require/match
limitintegerqueryoptional
Max candidates (default 10, max 20)
GET/v1/technicians/nearby
curl -X GET "https://api.crisphive.com/v1/technicians/nearby" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Responses