---
title: "Get Driving Path"
method: GET
path: "/{vin}/path"
tags: ["Vehicle Data"]
---

# Get Driving Path

`GET /{vin}/path`

Returns the driving path of a vehicle during a given timeframe.

If no timeframe is specified, returns the driving path for the last 30 days.

## Query parameters

- `from` number
- `to` number
- `separate` boolean
- `simplify` boolean
- `details` boolean

## Response `200`

Success

- object
  - `results` unknown[]
    - unknown

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/versions/a9157f7a53a2/schema)
