> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path-pointcloud/timestamps/point-cloud-uploads/download-file.md).

# Download file

| **Description** | Downloads a previously uploaded file.                                  |
| --------------- | ---------------------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/pointCloud/timestamp/{timestampId}/file/{fileId}/data` |
| **Method**      | GET                                                                    |

## Access Level Rules

| **Minimum Access Level** | view+ |
| ------------------------ | ----- |

## Processing Units

| **Minimum processing units** | 1 |
| ---------------------------- | - |

## Parameters

| Name          | Description                                         | Required | Default |
| ------------- | --------------------------------------------------- | -------- | ------- |
| `pathId`      | The id of the point cloud layer.                    | true     |         |
| `timestampId` | The id of the timestamp that the upload belongs to. | true     |         |
| `fileId`      | The id of the file to download.                     | true     |         |
