---
title: "GET /2025-09-09/microvm-images/{imageIdentifier}"
method: GET
path: "/2025-09-09/microvm-images/{imageIdentifier}"
---

# GET /2025-09-09/microvm-images/{imageIdentifier}

`GET /2025-09-09/microvm-images/{imageIdentifier}`

Retrieves the details of a MicroVM image, including its state, versions, and configuration.

## Path parameters

- `imageIdentifier` string, required — The ARN or ID of the MicroVmImage

## Response `200`

Success

- GetMicrovmImageOutput
  - `imageArn` string, required — The ARN of the MicroVM image.
  - `name` string, required — The name of the MicroVM image.
  - `state` 'CREATING' | 'CREATED' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATED' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current state of the MicroVM image.
  - `latestActiveImageVersion` string — The latest active version of the MicroVM image.
  - `latestFailedImageVersion` string — The latest failed version of the MicroVM image, if any.
  - `createdAt` string, date-time, required — The timestamp when the MicroVM image was created.
  - `tags` object — A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.
  - `updatedAt` string, date-time — The timestamp when the MicroVM image was last updated.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/lambda-microvms.md) · [All operations](https://skmtc.net/aws/apis/lambda-microvms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lambda-microvms/versions/83f10af82eb8/schema)
