---
title: "Download file for document"
method: GET
path: "/documents/{documentId}/uploads/{uploadedFileId}/media"
tags: ["Documents"]
---

# Download file for document

`GET /documents/{documentId}/uploads/{uploadedFileId}/media`

Download a file from a document.

## Path parameters

- `documentId` string, required
- `uploadedFileId` string, required

## Response `200`

Ok

- NodeJSReadableStream
  - `readable` boolean, required

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
