get_attendance_history
Retrieve raw clock-in and clock-out records for all employees within a specified date range to view attendance history.
Instructions
Get raw clock-in / clock-out records across all employees within a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | Range end in `YYYY-MM-DD` format | |
| start_date | Yes | Range start in `YYYY-MM-DD` format |