---
title: "Get the history of an image"
method: GET
path: "/images/{name}/history"
tags: ["Image"]
---

# Get the history of an image

`GET /images/{name}/history`

Return parent layers of an image.

## Path parameters

- `name` string, required

## Query parameters

- `platform` string

## Response `200`

List of image layers

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

## Other responses

- `404` — No such image
- `500` — Server error

---

[API](https://skmtc.net/chapar-rest/apis/docker-engine-api.md) · [All operations](https://skmtc.net/chapar-rest/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chapar-rest/docker-engine-api/versions/3a78a994dd0d/schema)
