Skip to main content
GET
Get Payroll Task Status

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization_id
required
task_id
required
payroll_status_id
required

Response

Successful Response

status
enum<string>
required
Available options:
DRAFT,
IN_PROGRESS,
SUCCESS,
FAILED
statistics
TaskStatisticsResponse · object | null
required

Statistics about the bulk task. Can be null if the task has not started processing yet.