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

# List private virtual machine images

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

Lists private virtual machine images in a project.

## Path parameters

- `projectId` string, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer

## Response `200`

A successful response.

- ListPrivateVMImagesResponse
  - `images` PrivateImage[]
    - `dataCenterId` string
    - `description` string
    - `id` string
    - `platform` string
    - `projectId` string
    - `sizeGib` integer
    - `state` 'UNKNOWN' | 'ATTACHED' | 'CLONING' | 'CREATING' | 'DELETING' | 'DISABLED' | 'FAILED' | 'READY' | 'UPDATING'
  - `pageNumber` integer, required
  - `pageSize` integer, required
  - `totalCount` integer, required

## 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/revisions/93dc40dababc/schema)
