Skip to main content
GET
Get the status of a migration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

migration_id
string
required
Example:

"mig.20aUyEZSuYq.SoGbS"

Response

Response for get migration status request

id
string
required
type
string
required
updatedAt
string<date-time>
required
status
string
required
sourceId
string
required
targetId
string
required
totalMigrationEntries
integer<int32>
required
pendingMigrationEntries
integer<int32>
required
failedMigrationEntries
integer<int32>
required
completedMigrationEntries
integer<int32>
required
sourceVersion
integer<int32>
targetVersion
integer<int32>