v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1496640547.5 KB

Retrieves the current status and progress of a migration job, including the number of exported and imported objects and error details if the migration failed.

get/2021-01-01/opensearch/app-migrations/{migrationId}

Path parameters

migrationIdstring required

The unique identifier of the migration job to retrieve.

Response

Success

migrationIdstring

The unique identifier of the migration job.

statusstring

The current status of the migration job. Valid values are <code>PENDING</code>, <code>IN_PROGRESS</code>, <code>SUCCEEDED</code>, and <code>FAILED</code>.

applicationIdstring

The unique identifier of the OpenSearch application associated with the migration.

exportedCountinteger

The number of saved objects exported from the source data source.

importedCountinteger

The number of saved objects successfully imported into the target workspace.

createdAtstring date-time

The date and time when the migration job was created.

updatedAtstring date-time

The date and time when the migration job was last updated.