---
title: "GET /containers/{id}/changes"
method: GET
path: "/containers/{id}/changes"
---

# GET /containers/{id}/changes

`GET /containers/{id}/changes`

Get changes on a container’s filesystem

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- FilesystemChange[]
  - `Path` string, required — Path to file or directory that has changed.
  - `Kind` 0 | 1 | 2, required — Kind of change Can be one of: - `0`: Modified ("C") - `1`: Added ("A") - `2`: Deleted ("D")

## Changes

- **2026-02-14** `31f80d10d31a` — 1 breaking, 3 info
  - the `items/Kind` response's property type/format changed from `integer`/`uint8` to `number`/`` for status `200`
  - api tag `Container` 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/containers/:id/changes/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)
