Gusto
get_compensation
Retrieves full details for a single pay rate record by UUID, including rate amount, payment frequency, FLSA status, and effective date. Use list_job_compensations first to find the compensation UUID. Call this for specific details about one pay rate entry.
Remote gusto
Remote (network-hosted)
Other tools also called get_compensation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"compensation_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the record"
}
}
}