---
title: "List drift for a stack"
method: GET
path: "/stacks/{stack}/changes-since-last-reconcile"
tags: ["stacks"]
---

# List drift for a stack

`GET /stacks/{stack}/changes-since-last-reconcile`

Retrieves resource modifications (drift) detected since the last reconcile for a given stack.

## Path parameters

- `stack` string, required

## Response `200`

OK: Drift report for the stack.

- ModelModifiedStack
  - `ModifiedResources` ModelResourceModification[]
    - `Label` string
    - `Operation` string
    - `Stack` string
    - `Type` string

## Other responses

- `500` — Internal Server Error.

---

[API](https://skmtc.net/platform-engineering-labs/apis/formae-rest-api.md) · [All operations](https://skmtc.net/platform-engineering-labs/apis/formae-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform-engineering-labs/formae-rest-api/versions/e4ee5fb76a4f/schema)
