# Retrieve MVT protobuf

| **Description** | Standard protocol to stream vector data as mapbox vectortile protobuffer                          |
| --------------- | ------------------------------------------------------------------------------------------------- |
| **Endpoint**    | `/ogc/mvt/{pathId}/{z}/{x}/{y}?token={token}&style={style}&timestampId={timestampId}&zoom={zoom}` |
| **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     |               |
| `z`           | int          | The zoom level of the vector tile to retrieve.               | true     |               |
| `x`           | int          | The x position of the vector tile to retrieve.               | true     |               |
| `y`           | int          | The y position of the vector tile to retrieve.               | true     |               |
| `style`       | uuid or JSON | The id of a style or a JSON fully describing a vector style. | false    | Default null. |
| `zoom`        | int          | Max zoomlevel of the layer.                                  | false    | Default null. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/mvt/retrieve-mvt-protobuf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
