---
title: "Access a file packaged by an extension"
method: GET
path: "/api/{namespace}/{extension}/{version}/file/**"
tags: ["registry-api"]
---

# Access a file packaged by an extension

`GET /api/{namespace}/{extension}/{version}/file/**`

## Path parameters

- `namespace` string, required
- `extension` string, required
- `version` string, required

## Response `200`

The file content is returned

## Other responses

- `302` — The file is found at the specified location
- `404` — The specified file could not be found
- `429` — A client has sent too many requests in a given amount of time

---

[API](https://skmtc.net/livesession/apis/open-vsx-registry-api.md) · [All operations](https://skmtc.net/livesession/apis/open-vsx-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livesession/open-vsx-registry-api/versions/badd706d3136/schema)
