v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424154118.9 KB

Retrieves the details of a specific MicroVM image build, including its state, target architecture, and snapshot information.

get/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}/builds/{buildId}

Path parameters

imageIdentifierstring required

The ARN or ID of the MicroVmImage

The unique identifier (ARN or ID) of the MicroVM image.

imageVersionstring required

A string which is not empty or blank (only whitespace).

The version of the MicroVM image.

buildIdstring required

A string which is not empty or blank (only whitespace).

The unique identifier of the build to retrieve.

Response

Success

imageArnstring required

The ARN of the MicroVM image.

imageVersionstring required

The version of the MicroVM image.

buildIdstring required

The build request ID.

buildState'PENDING' | 'IN_PROGRESS' | 'SUCCESSFUL' | 'FAILED' required

The current state of the build.

architecture'ARM_64' required

The target CPU architecture for the build. Supported value: ARM_64.

chipset'GRAVITON' required

The target chipset for the build.

chipsetGenerationstring required

The target chipset generation for the build.

stateReasonstring

The reason for the build state, if applicable.

createdAtstring date-time required

The timestamp when the build was created.