payroll_gross_pay_items_list
Retrieve a paginated list of gross-pay line items filtered by employee, payroll IDs, or pay date range, so you can inspect individual pay components instead of payroll-period summaries.
Instructions
List one requested page of gross-pay line items, optionally scoped by employee, payroll IDs, or pay date range. Use this to inspect pay components rather than payroll-period summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| employeeId | No | Employee ID | |
| payrollIds | No | Comma-delimited payroll IDs | |
| employeeType | No | Employee type | |
| includeTotal | No | Include total count in response | |
| dateOnOrAfter | No | Filter items on or after this UTC timestamp | |
| dateOnOrBefore | No | Filter items on or before this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||