# Export vector data

| **Description** | Order a file for downloading.                          |
| --------------- | ------------------------------------------------------ |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}/export` |
| **Method**      | POST                                                   |

### Access Level Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th>Name</th><th width="403">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.</td><td>true</td><td></td></tr><tr><td><code>format</code></td><td>Desired format of the file.</td><td>true</td><td></td></tr><tr><td><code>extent</code></td><td>JSON with properties "xMin", "xMax", "yMin" and "yMax" with the geographic area to export.</td><td>true</td><td></td></tr><tr><td><code>epsg</code></td><td>Integer with the epsg code of the extent</td><td>false</td><td>Default 4326.</td></tr></tbody></table>
