---
title: "List stacks"
method: GET
path: "/stacks"
tags: ["stacks"]
---

# List stacks

`GET /stacks`

Retrieves all stack metadata

## Response `200`

OK: List of stacks.

- ModelStack[]
  - `CreatedAt` string
  - `Description` string
  - `ID` string
  - `Label` string
  - `Policies` array[] — Inline policies from PKL
    - integer[]

## Other responses

- `404` — Not Found: No stacks found.
- `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)
