# List migration images List migration images given an id Endpoint: GET /har/api/v1/replication/rules/{id}/migration/images Version: 1.0 Security: x-api-key ## Path parameters: - `id` (string, required) ## Query parameters: - `page` (integer) Current page number - `size` (integer) Number of items per page - `sort_order` (string) sortOrder - `sort_field` (string) sortField ## Response 200 fields (application/json): - `data` (object, required) A list of migration images - `data.images` (array, required) A list of Artifact versions - `data.images.imageId` (string) - `data.images.imageTag` (string) - `data.images.progress` (integer) - `data.images.status` (string) - `data.itemCount` (integer, required) The total number of items Example: 1 - `data.pageCount` (integer, required) The total number of pages Example: 100 - `data.pageIndex` (integer, required) The current page - `data.pageSize` (integer, required) The number of items per page Example: 1 - `status` (string, required) Indicates if the request was successful or not Enum: "SUCCESS", "FAILURE", "ERROR" ## Response 400 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 401 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 403 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 404 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed ## Response 500 fields (application/json): - `code` (string, required) The http error code Example: "404" - `details` (object) Additional details about the error - `message` (string, required) The reason the request failed