---
title: "List app environments"
method: GET
path: "/apps/{name}/environments"
---

# List app environments

`GET /apps/{name}/environments`

Generates a list of all the known environments for a given app in the current account.

## Path parameters

- `name` string, required — The name of the app to get the version for.

## Response `200`

OK

- ListAppEnvironmentsResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `environments` string[], required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
