Get migration issues
The per-item issue log in three lists: items that failed, items intentionally skipped with the reason why, and non-blocking warnings (things the engine worked around without failing the run).
Use this to answer “which products didn’t make it, and why?”. The log is embedded into the durable snapshot before a run’s working files are reclaimed, so it stays readable for finished runs. Entries are sanitised — entity, name, status, and reason only; never request bodies or credentials.
Authorizations
A bearer token from Login, sent as Authorization: Bearer <token>. Valid for 10 days; 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
The migration request id returned by Create migration.