payroll_payrolls_list
Retrieve and filter payroll records from ServiceTitan by date, status, employee type, and other criteria to manage payroll processing and reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startedOnOrAfter | No | Filter payrolls started on or after this UTC timestamp | |
| endedOnOrBefore | No | Filter payrolls ended on or before this UTC timestamp | |
| modifiedBefore | No | Filter payrolls modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Filter payrolls modified on or after this UTC timestamp | |
| approvedOnOrAfter | No | Filter payrolls approved on or after this UTC timestamp | |
| status | No | Payroll status | |
| active | No | Active filter | |
| employeeType | No | Employee type | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |