list_timeclock
Retrieve technician time clock events to track clock-in/out times. Filter by user, date range, or location for staff attendance monitoring.
Instructions
List technician time clock events. Track clock-in/clock-out for shop staff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 25) | |
| userId | No | Filter by user/technician ID | |
| endDate | No | Filter by end date (ISO 8601 format) | |
| startDate | No | Filter by start date (ISO 8601 format) | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |