---
title: "Get changes on a container’s filesystem"
method: GET
path: "/containers/{id}/changes"
tags: ["Container"]
---

# Get changes on a container’s filesystem

`GET /containers/{id}/changes`

Returns which files in a container's filesystem have been added, deleted,
or modified. The `Kind` of modification can be one of:

- `0`: Modified
- `1`: Added
- `2`: Deleted

## Path parameters

- `id` string, required

## Response `200`

The list of changes

- object[]
  - `Kind` 0 | 1 | 2, required — Kind of change
  - `Path` string, required — Path to file that has changed

## Other responses

- `404` — no such container
- `500` — server error

---

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