Skip to content

Get Labor Rate

Retrieve a single labor rate by its ID from Last Mile Intelligence.

getLaborRate

laborRate

ParameterTypeRequiredDefaultDescription
Labor Rate IDstringYes-The ID of the labor rate to retrieve
{
"id": "rate_standard",
"name": "Standard Labor",
"code": "STD",
"ratePerHour": 75.00,
"overtimeMultiplier": 1.5,
"minimumHours": 1,
"isActive": true
}
{
"success": false,
"error": "Labor rate not found",
"laborRateId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Labor Rate Not Found: Rate with specified ID does not exist
  • Permission Denied: API token lacks permission for this operation