get_payroll_status
Retrieve the payroll processing status for all employees in a specific calendar run. Displays status codes identified, calculated, finalized, or paid.
Instructions
Get the processing status for all employees in a payroll calendar run.
Status codes:
- 'I': Identified
- 'C': Calculated
- 'F': Finalized
- 'P': Paid
:param calendar_run: The calendar run ID (CAL_RUN_ID)
:return: Summary of payroll processing status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_run | Yes |