Access migration tasks and their status
Field | Description |
---|---|
object | The type of object, always migration_task |
id | The unique identifier for the migration task (UUID format) |
created | The date and time the migration task was created |
status | The current status of the migration task (e.g., COMPLETE, PENDING, IN_PROGRESS) |
migration_id | The unique identifier for the migration that the task belongs to (UUID format) |
data_category | The category of data being processed (e.g., COMPANY, EMPLOYEE, TAX) |
data_type | The specific type of data being processed (e.g., EntityType, EmployeeRoster) |
completed_at | The date and time the migration task was completed (null if not completed) |
PENDING
: The migration task is waiting to be processedIN_PROGRESS
: The migration task is currently being processedCOMPLETE
: The migration task has finished successfullyFAILED
: The migration task encountered an error and could not completeAWAITING_USER_INPUT
: The migration task requires additional information from the userNO_DATA
: No data was found for this migration taskEMPLOYEE
: Employee-related data (e.g., EmployeeRoster, ContractorPayments)COMPENSATION
: Compensation-related data (e.g., PayrollJournal)TAX
: Tax-related data (e.g., FederalTax, StateTax)COMPANY
: Company-related data (e.g., EntityType, Location, Signatory)DEDUCTION_SETUP
: Deduction setup data