---
title: "Get Image"
method: GET
path: "/images/{image_id_or_name}"
tags: ["Images"]
---

# Get Image

`GET /images/{image_id_or_name}`

Load a single image by ID or name.

## Path parameters

- `image_id_or_name` string, required

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Response `200`

Successful Response

- ImageResponse
  - `image_id` string, required
  - `name` string, required
  - `readme` string, required
  - `tag` string, required
  - `public` boolean, required
  - `status` string, required
  - `created_at` string, date-time, required
  - `build_started_at` string, date-time, nullable, required
  - `build_completed_at` string, date-time, nullable, required
  - `user` UserResponse, required
    - `username` string, required
    - `user_id` string, required
    - `logo_id` string, nullable
    - `created_at` string, date-time, required
    - `logo` string, nullable, required
  - `logo_id` string, nullable, required
  - `patch_version` string, nullable, required
  - `chutes_version` string, nullable, required
  - `logo` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/versions/352418d4e3a2/schema)
