list_timeclock
Track and manage technician clock-in/clock-out events for shop staff. Filter by user, location, date range, and paginate results to monitor work hours.
Instructions
List technician time clock events. Track clock-in/clock-out for shop staff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Filter by user/technician ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| startDate | No | Filter by start date (ISO 8601 format) | |
| endDate | No | Filter by end date (ISO 8601 format) | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |