---
title: "get npm package file tree from private registry"
method: GET
path: "/w/{workspace}/npm_proxy/filetree/{package}/{version}"
tags: ["npm_proxy"]
---

# get npm package file tree from private registry

`GET /w/{workspace}/npm_proxy/filetree/{package}/{version}`

## Path parameters

- `workspace` string, required
- `package` string, required
- `version` string, required

## Response `200`

package file tree

- object
  - `default` string
  - `files` object[]
    - `name` string

---

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