---
title: "Returns details for a single custom image in the project."
method: GET
path: "/projects/{project_id}/compute/custom-images/{image_id}"
tags: ["CustomImages"]
---

# Returns details for a single custom image in the project.

`GET /projects/{project_id}/compute/custom-images/{image_id}`

## Path parameters

- `image_id` string, required
- `project_id` string, required

## Response `200`

- Image
  - `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

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `404` — Error Not Found
- `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)
