Get migration details
GET
https://app.speybooks.com/api/v1/migration/{id}Retrieve full details of a migration session: its status, the attached import ids, the reconciliation proof (once completed), and a per-import summary. Each import summary carries the row count and the created, skipped, and error counts for that importer, along with its filename and status. The provider configuration (label, required imports, optional imports) is returned as well.
Path parameters
idstringrequiredMigration ID (e.g. mig_1).
Response
200Full migration with import summaries for contacts, balances, invoices, and bills.
Show response fields
idstringimportsobjectShow child attributes
balancesobjectShow child attributes
createdCountintegerimportIdstringstatusstringtotalRowsintegercontactsobjectShow child attributes
createdCountintegerimportIdstringskippedCountintegerstatusstringtotalRowsintegerproviderstringstatusstringError codes
404Migration not found.