---
title: "List all machine images"
method: GET
path: "/project/{project_id}/machine-image"
tags: ["Machine Image"]
---

# List all machine images

`GET /project/{project_id}/machine-image`

## Path parameters

- `project_id` string, required

## Query parameters

- `start_after` string
- `page_size` integer
- `order_column` string

## Response `200`

A list of machine images

- object
  - `count` integer, required
  - `items` MachineImage[], required
    - `id` string, required — ID of the machine image
    - `name` string, required — Name of the machine image
    - `location` string, required — Location of the machine image
    - `arch` 'x64' | 'arm64', required — Architecture
    - `latest_version` string, nullable — Latest version label
    - `created_at` string, date-time, required — Creation timestamp

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/revisions/c2f3fa2cbfaa/schema)
