Gusto
get_pay_schedule
Retrieves full details for a single pay schedule by UUID, including frequency, anchor dates, and next scheduled pay dates. Use list_pay_schedules first to find the schedule UUID. Call this to see when the next payday is or understand schedule configuration.
Remote gusto
Remote (network-hosted)
Other tools also called get_pay_schedule?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"pay_schedule_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the pay schedule"
}
}
}