list_labor
Retrieve labor line items from Shopmonkey to track technician work on orders, with filtering by work order ID, location, and pagination controls.
Instructions
List labor line items from Shopmonkey. Useful for tracking technician work on orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | Filter labor entries by work order ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |