---
title: "List files for an app version."
method: GET
path: "/v1/hub/apps/{publisher}/{app_name}/{version}/files"
tags: ["Hub"]
---

# List files for an app version.

`GET /v1/hub/apps/{publisher}/{app_name}/{version}/files`

Return the file tree (path + size) for a specific app version.

## Path parameters

- `publisher` string, required
- `app_name` string, required
- `version` string, required

## Response `200`

Successful Response

- AppFileTreeResponse — Response schema for app file tree.
  - `app_id` string, required
  - `app_version` string, required
  - `files` AppFileEntry[]
    - `path` string, required
    - `size` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/53aae17cce4a/schema)
