---
title: "Lists all images and returns their details."
method: GET
path: "/compute/images"
tags: ["Images"]
---

# Lists all images and returns their details.

`GET /compute/images`

## Query parameters

- `product_group` string

## Response `200`

- ListImagesResponseV1
  - `items` Image[], required
    - `created_at` string, required — Creation timestamp of the image, in RFC3339 format.
    - `description` string, required — Description of the image.
    - `id` string, required — ID of the image.
    - `locations` string[], required — Locations where the image is available.
    - `name` string, required — Name of the image.
    - `tags` string[], required — Tags associated with the image.

## Other responses

- `401` — Error Authentication Failed
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
