---
title: "UNDER DEVELOPMENT - Download a file."
method: GET
path: "/api/v2/cddrive/files/{file-id}/content"
tags: ["CD Drive"]
---

# UNDER DEVELOPMENT - Download a file.

`GET /api/v2/cddrive/files/{file-id}/content`

Download a file from the customer's private CD Drive.

## Headers

- `Range` string, single byte range

## Response `200`

The file was found and will be returned in the body of the response.

## Other responses

- `302` — The file was found but should be downloaded at the URL presented in the Location header. This return code may be used when the file is available via a CDN or other optimized path.
- `404` — The file cannot be found.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
