---
title: "Get contents of a file version within a package."
method: GET
path: "/files/{id}/versions/{version_id}/contents/{path}"
tags: ["files"]
---

# Get contents of a file version within a package.

`GET /files/{id}/versions/{version_id}/contents/{path}`

Will return the contents of a particular version of file with path within a package.

## Path parameters

- `id` string, required
- `version_id` string, required
- `path` string, required

## Response `200`

The call was successful.

---

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