---
title: "Get a private virtual machine image"
method: GET
path: "/v1/projects/{projectId}/images/{id}"
tags: ["Images"]
---

# Get a private virtual machine image

`GET /v1/projects/{projectId}/images/{id}`

Retrieves the details of a private virtual machine image.

## Path parameters

- `projectId` string, required
- `id` string, required

## Response `200`

A successful response.

- GetPrivateVMImageResponse
  - `image` PrivateImage
    - `dataCenterId` string
    - `description` string
    - `id` string
    - `platform` string
    - `projectId` string
    - `sizeGib` integer
    - `state` 'UNKNOWN' | 'ATTACHED' | 'CLONING' | 'CREATING' | 'DELETING' | 'DISABLED' | 'FAILED' | 'READY' | 'UPDATING'

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/versions/93dc40dababc/schema)
