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

# List app versions

`GET /apps/{name}/versions`

List all versions of an app in the current account, sorted with the most recent first.

## Path parameters

- `name` string, required — The name of the app to list versions for.

## Response `200`

OK

- ListAppVersionsResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `versions` AppVersion[], required
    - `content_checksum` string — Server-computed SHA256 of the bundle contents for this version.
    - `created_at` string, date-time, required
    - `idempotency_key` string — Client-supplied key (e.g. git SHA) that produced this version, or empty if none was supplied at deploy time.
    - `parameters` Parameter[], required
      - `default` string, required
      - `description` string, required
      - `hidden` boolean — Whether this parameter is hidden/secret. Defaults to false.
      - `name` string, required
    - `towerfile` string, required — The Towerfile that this version was created from.
    - `version` 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)
