curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/payroll-calculation/{task_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "DRAFT",
"statistics": {
"total": 123,
"success": 123,
"failed": 123
}
}curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/payroll-calculation/{task_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "DRAFT",
"statistics": {
"total": 123,
"success": 123,
"failed": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Was this page helpful?