---
title: "GET /images/{name}/history"
method: GET
path: "/images/{name}/history"
---

# GET /images/{name}/history

`GET /images/{name}/history`

Get the history of an image

## Path parameters

- `name` string, required

## Query parameters

- `platform` string

## Response `200`

The request has succeeded.

- ImageHistoryResponseItem[]
  - `Id` string, required
  - `Created` integer, required
  - `CreatedBy` string, required
  - `Tags` string[], required
  - `Size` integer, required
  - `Comment` string, required

## Changes

- **2026-02-14** `31f80d10d31a` — 3 info
  - api tag `Image` removed
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/hexlet/apis/docker-engine-api/changes/images/:name/history/get.md)

---

[API](https://skmtc.dev/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.dev/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/revisions/7dbd508c79cf/schema)
