Skip to main content
GET
Get migration issues

Authorizations

Authorization
string
header
required

A bearer token from Login, sent as Authorization: Bearer <token>. Valid for 10 days by default; scoped to the user and organisation it was issued for. Rotating or disabling the organisation's API credential immediately invalidates all outstanding tokens. Browser calls from a signed-in app.vortexiq.ai page are also accepted via session cookie — see Authentication.

Path Parameters

id
string
required

The migration request id returned by Create migration.

Response

Failures, skipped items, and warnings.

failures
object[]
skipped
object[]

Skipped items pass through the engine's shape verbatim — expect at least entity and reason; other keys vary by entity type.

warnings
object[]

Non-blocking issues (for example an unrecoverable 404 source image, or a dropped filter context). They do not fail the run.

healed
object[]

Failures the self-healing layer resolved automatically. Folded out of failures so a fixed item is never reported as failed.