---
title: "Download documents"
method: POST
path: "/hubs/{HubHashId}/projects/{ProjectId}/documents/download"
tags: ["Document"]
---

# Download documents

`POST /hubs/{HubHashId}/projects/{ProjectId}/documents/download`

Download one or more documents as a single ZIP archive (for multiple files) or as the original file (for single file).

## Path parameters

- `HubHashId` string, required
- `ProjectId` integer, required

## Request body

- FeaturesDocumentsDownloadDocumentsDownloadDocumentsCommandBody
  - `documents` FeaturesDocumentsDownloadDocumentsDocumentToDownloadBody[], nullable, required
    - `id` string, nullable, required
    - `revisionId` string, nullable

## Response `204`

The document was successfully downloaded.

## Other responses

- `307` — According to the hub id, the request is at the wrong datacenter. Please retry with the URL in the "Location" header.
- `400` — The request is malformed, has invalid parameters values or one or more requested documents are unsafe and cannot be processed.
- `403` — You don't have access to the project.
- `404` — The project or document doesn't exist

---

[API](https://skmtc.dev/bimtrackapp/apis/newforma-konekt-document-control-api.md) · [All operations](https://skmtc.dev/bimtrackapp/apis/newforma-konekt-document-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bimtrackapp/newforma-konekt-document-control-api/revisions/4671d430ce39/schema)
