---
title: "GET /2025-09-09/managed-microvm-images"
method: GET
path: "/2025-09-09/managed-microvm-images"
---

# GET /2025-09-09/managed-microvm-images

`GET /2025-09-09/managed-microvm-images`

Lists AWS managed MicroVM images available for use as base images. We recommend using pagination to ensure that the operation returns quickly and successfully.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListManagedMicrovmImagesOutput
  - `nextToken` string — The pagination token to use in a subsequent request to retrieve the next page of results. This value is null when there are no more results to return.
  - `items` ManagedMicrovmImageSummary[], required — The list of managed MicroVM images.
    - `imageArn` string, required — The ARN of the managed MicroVM image.
    - `createdAt` string, date-time, required — The timestamp when the managed MicroVM image was created.
    - `updatedAt` string, date-time — The timestamp when the managed MicroVM image was last updated.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — 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)
