List technicians
listTechniciansFetch the field workforce roster with technician status, assignment tier, skills, and crew relations. Supports incremental sync via cursor.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| sort | No | Sort: created_at_desc|created_at_asc|name_asc|name_desc (default: created_at_desc) | |
| limit | No | Items per page (default 15, max 1000) | |
| since | No | RFC3339 cursor for short-polling; echo back next_since from prior response | |
| status | No | Filter by status (active, onboarding, deactive) | |
| keyword | No | Search by full name, email, phone, or address | |
| assignment_tier | No | Filter by assignment tier (lead, buddy, float) |