people_technicians_list
Fetch technician records in pages, filtering by IDs, names, active status, or creation/modified dates. Provides targeted access to ServiceTitan technician data for reporting or synchronization.
Instructions
List one requested page of technicians, optionally filtered by IDs, user IDs, name, active state, or dates. Use the get tool for one known ID or the export feed for synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated technician IDs (maximum 50) | |
| name | No | Filter technicians by name (case-insensitive contains) | |
| page | No | Page number (starts at 1) | |
| active | No | Filter by active status | True |
| userIds | No | Comma-separated user IDs (maximum 50) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||