# Download an uploaded file

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

### Access Level Rules

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

### Processing Units

| **Minimum processing units** | 2 |
| ---------------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="396">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The id of the vector timestamp for which the upload should be deleted.</td><td>true</td><td></td></tr><tr><td><code>fileId</code></td><td>The id of the upload to download.</td><td>true</td><td></td></tr></tbody></table>
