---
title: "Returns the content of the user file version with the specified id."
method: GET
path: "/users/{userId}/files/{fileId}/versions/{versionId}/download"
tags: ["userFiles"]
---

# Returns the content of the user file version with the specified id.

`GET /users/{userId}/files/{fileId}/versions/{versionId}/download`

Returns the content of the user file version with the specified id.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `userId` string, uuid, required
- `fileId` string, uuid, required
- `versionId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- string, binary

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
