---
title: "List vehicles"
method: GET
path: "/v1/vehicles"
tags: ["Vehicles"]
---

# List vehicles

`GET /v1/vehicles`

Lists the vehicles your API client can access and shows whether each vehicle is connected to the Polymath VPN.

## Response `200`

The vehicles your API client can access.

- VehiclesResponse
  - `status` 'success', required
  - `data` VehicleSummary[], required
    - `id` string, required — The vehicle ID provided by Polymath.
    - `ipAddress` string, ipv4 — The vehicle's Polymath VPN address. This field is omitted when no address is available.
    - `vpnConnected` boolean, required — Whether the vehicle is connected to the Polymath VPN.

## Other responses

- `401` — The request is missing a bearer token, or the token is invalid.
- `403` — The bearer token does not grant access to this operation or vehicle.
- `500` — Polymath could not complete the request because of an unexpected error.

---

[API](https://skmtc.dev/polymathrobotics/apis/polymath-api.md) · [All operations](https://skmtc.dev/polymathrobotics/apis/polymath-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polymathrobotics/polymath-api/revisions/5a30708786fa/schema)
