---
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")

---

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