Skip to main content
GET
Get migration

Authorizations

vortexiq_session
string
cookie
required

Your signed-in Vortex IQ session (browser calls). Requests are scoped to your organisation, which must have Store Migration enabled. For server-to-server calls use a bearer token instead — see Authentication.

Path Parameters

id
string
required

The migration request id returned by Create migration.

Response

Run detail.

requestId
string
platform
enum<string>
Available options:
BC
source
object
destination
object
status
enum<string>

completed, failed, and cancelled are terminal.

Available options:
queued,
in_progress,
paused,
completed,
failed,
cancelled,
partial_completed
autoHeal
boolean
mode
enum<string>
Available options:
full,
dry-run,
verify,
counts
conflictStrategy
enum<string>
Available options:
skip,
update,
replace
timestamps
object
progress
object
counters
object
phases
object[]
summaryLine
string
failuresOpen
integer

Items still needing review.

forecast
object | null

Sizing and ETA estimate.

Sizing and ETA are priced from different bases deliberately: the ETA follows the run's real scope (picks, strategy, order statuses), while memory is pinned to store scale — the engine's working set does not shrink with a small pick, so sizing on picked counts alone would under-provision the run.

selective
boolean
sourceStorefront
string | null
destStorefront
string | null