people_technician_shifts_list
Retrieve and filter technician shift schedules in ServiceTitan by date, type, status, or search criteria to manage workforce operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startsOnOrAfter | No | Return shifts starting on or after this UTC timestamp | |
| endsOnOrBefore | No | Return shifts ending on or before this UTC timestamp | |
| shiftType | No | Shift type filter | |
| technicianId | No | Technician ID filter | |
| titleContains | No | Filter shifts by title substring | |
| noteContains | No | Filter shifts by note substring | |
| active | No | Filter by active status | True |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |