Gusto
get_job
Retrieves full details for a single job position by UUID, including title, department, location, FLSA classification, and current pay rate. Use list_employee_jobs first to find the job UUID. Call this for detailed info about a specific role assignment.
Remote gusto
Remote (network-hosted)
Other tools also called get_job?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"job_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the job"
}
}
}