Gusto

list_job_compensations

Lists the pay rate history for a job position, showing all salary or hourly rate changes over time. Each entry includes effective date, rate amount, and payment unit (hourly/salary). Use this to see pay history or track when raises were given. By default only the current compensation is returned. Set include to all_compensations to retrieve the full history.

Remote gusto

Remote (network-hosted)

Other tools also called list_job_compensations? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "per": {
      "type": "integer",
      "description": "Number of items per page"
    },
    "page": {
      "type": "integer",
      "description": "Page number for pagination"
    },
    "include": {
      "type": "string",
      "description": "Use all_compensations to include all effective dated compensations instead of only the current compensation"
    },
    "job_uuid": {
      "type": "string",
      "description": "The unique identifier (UUID) for the job"
    }
  }
}
          

Provider

Gusto →