> 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-vector/timestamps/upload-vector-data/get-uploads.md).

# Get uploads

| **Description** | Gets the uploads of a given vector layer.            |
| --------------- | ---------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}/file` |
| **Method**      | GET                                                  |

### Access Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th>Name</th><th width="368">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 to get uploads of.</td><td>true</td><td></td></tr><tr><td><code>pageStart</code></td><td>JSON with required property "startDate" and optional property "pagingId" defining where to start the retrieval of results from.</td><td>false</td><td>Default null.</td></tr><tr><td><code>pageSize</code></td><td>The maximum number of uploads to retrieve. Maximum 100.</td><td>false</td><td>Default 100.</td></tr><tr><td><code>status</code></td><td>Retrieves upload of a specific status. Must be one of "pending", "completed", "errored", "reverting" or "redoing".</td><td>false</td><td>Default null.</td></tr></tbody></table>
