---
title: "get the automation levels for a specific vehicle"
method: GET
path: "/exve/vehicles/{vehicleId}/automationLevels"
tags: ["exve"]
---

# get the automation levels for a specific vehicle

`GET /exve/vehicles/{vehicleId}/automationLevels`

Obtain a list of changes in SAE J3016 automation levels for a specific
vehicle.

## Path parameters

- `vehicleId` integer, required

## Response `200`

automation levels

- ExveResourcesAutomationLevels
  - `automationLevels` object[], required
    - `level` integer — SAE J3016 automation level.
    - `timestamp` string, date-time

## Other responses

- `401` — Access token is missing or invalid

---

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