Team & Fleet›List technicians
List technicians
Returns the field workforce roster: paginated technicians (field workers / engineers) with status, assignment tier (lead, buddy, float), skills and crew relations — the people the dispatch engine schedules onto jobs. Discover the `preferred_technician_id` accepted on customer records here. Supports the `since` cursor for incremental workforce sync.
Arguments
pageintegerqueryoptional
Page number (default 1)
limitintegerqueryoptional
Items per page (default 15, max 1000)
statusstringqueryoptional
Filter by status (active, onboarding, deactive)
assignment_tierstringqueryoptional
Filter by assignment tier (lead, buddy, float)
keywordstringqueryoptional
Search by full name, email, phone, or address
sortstringqueryoptional
Sort: created_at_desc|created_at_asc|name_asc|name_desc (default: created_at_desc)
sincestringqueryoptional
RFC3339 cursor for short-polling; echo back next_since from prior response
GET/v1/technicians
curl -X GET "https://api.crisphive.com/v1/technicians" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer