Skip to main content
GET
List Migration Tasks

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

migration_id
string<uuid>
required

Migration ID to list tasks for

Response

Success

object
enum<string>
required
Available options:
migration_task
id
string<uuid>
required

Unique identifier for the migration task

created
string<date-time>
required

Timestamp when the migration task was created

updated
string<date-time>
required

Timestamp when the migration task was last updated

migration_id
string<uuid>
required

Unique identifier for the migration

status
enum<string>
required

Current status of the migration task

Available options:
PENDING,
IN_PROGRESS,
COMPLETE,
FAILED,
AWAITING_USER_INPUT,
NO_DATA
data_category
enum<string>
required

Category of the data being migrated

Available options:
EMPLOYEE,
COMPENSATION,
DEDUCTION_SETUP,
COMPANY,
TAX,
TRAVEL
data_type
enum<string>
required

Type of the data being migrated

Available options:
Location,
EntityType,
StateTax,
EmployeeRoster,
EmployeeDetails,
Deductions,
ContractorPayments,
TimeOffBalances,
PayrollJournal,
FederalTax,
DirectDeposit,
ContractorRoster,
PTOData,
Signatory,
SilverEntityType,
SilverLocation,
SilverFederalTax,
SilverItemDetails,
SilverSignatory,
SilverEmployeeRoster,
SilverEmployeeDetails,
BookingsReport,
TransactionReport,
EmployeeW2Previews,
EmployeeDirectDeposit,
FederalTaxSetup,
StateTaxSetup,
addServiceAccount,
ItemCatalogue,
GiftCardsData,
ItemDetails,
GoldItemDetails,
GoldEmployeeData,
GoldEntityType
completed_at
string<date-time> | null
required

Timestamp when the migration task was completed