Gusto

get_time_sheet

Retrieves detailed time entries for a single timesheet by UUID, including daily hours worked, overtime, breaks, and notes. Use list_time_sheets first to find the timesheet UUID. Call this for line-item breakdown of someone's hours for a specific pay period.

Remote gusto

Remote (network-hosted)

Other tools also called get_time_sheet? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "time_sheet_uuid": {
      "type": "string",
      "description": "The unique identifier (UUID) for the timesheet"
    }
  }
}
          

Provider

Gusto →