> 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/ogc-protocols/mvt/retrieve-mvt-source.md).

# Retrieve MVT Source

| **Description** | Retrieves the source file for the Ellipsis Drive implementation of the Mapbox Vector Tile protocol. |
| --------------- | --------------------------------------------------------------------------------------------------- |
| **Endpoint**    | `/ogc/mvt/{pathId}/source?token={token}&zoom={zoom}&timestampId={timestampId}`                      |
| **Method**      | GET                                                                                                 |

## Access Level Rules

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

## Processing Units

| **Minimum processing units** | None |
| ---------------------------- | ---- |

## Parameters

| Name          | Type | Description                 | Required | Default       |
| ------------- | ---- | --------------------------- | -------- | ------------- |
| `pathId`      | uuid | The id of the vector layer. | true     |               |
| `timestampId` | uuid | The id of the timestamp.    | true     |               |
| `zoom`        | int  | Max zoomlevel of the layer. | false    | Default null. |
