Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>'
{ "statistics": { "total": 123, "success": 123, "failed": 123 } }
Get token from Auth0 and paste it here
Successful Response
DRAFT
IN_PROGRESS
SUCCESS
FAILED
Statistics about the bulk task. Can be null if the task has not started processing yet.
Show child attributes
Was this page helpful?