Get migration details
GET
https://app.speybooks.com/api/v1/migrations/{id}Retrieve full details of a migration session including status, all attached import IDs, reconciliation proof (if completed), and per-import summaries.
Import summaries include row counts, created/skipped/error counts, filename, and status for each linked importer.
Also returns the providerConfig for the selected provider (label, required imports, optional imports).
Path parameters
id string requiredMigration ID (e.g. mig_1).
Response
200 Full migration with import summaries for contacts, balances, invoices, and bills.
Show response fields
id stringimports objectShow child attributes
balances objectShow child attributes
createdCount integerimportId stringstatus stringtotalRows integercontacts objectShow child attributes
createdCount integerimportId stringskippedCount integerstatus stringtotalRows integerprovider stringstatus stringError codes
404 Migration not found.