Read and list migration details
Field | Description |
---|---|
object | The type of object, always migration |
id | The unique identifier for the migration, used to reference the migration in API calls |
created | The ISO 8601 timestamp when the migration was created in the system |
status | The current status of the migration (see Status Values section below) |
created_by_user_id | The unique identifier of the user who initiated the migration |
company_id | The unique identifier of the company associated with this migration |
page
and page_size
query parameters. The default page size is 10 items per page. Use these parameters to navigate through large sets of migrations.migrationId
:
NOT_STARTED
: Migration has been created but not startedWORKING
: Migration is in progressPENDING_USER_INPUT
: Migration is waiting for user inputCOMPLETE
: Migration has completed successfullyFAILED
: Migration has failedCOMPLETED_WITH_FAILURES
: Migration completed but with some failuresFAILED
and COMPLETED_WITH_FAILURES
.