Gusto
get_contractor_payment_group
Retrieves all individual contractor payments within a batched payment group by UUID. Shows each contractor's payment amount and details from that batch. Use list_contractor_payment_groups first to find the group UUID. Call this to see all payments in a single batch run.
Remote gusto
Remote (network-hosted)
Other tools also called get_contractor_payment_group?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"contractor_payment_group_uuid": {
"type": "string",
"description": "The unique identifier (UUID) for the contractor payment group"
}
}
}