---
title: "Get the vehicle engine rpm if it's reported by the vehicle"
method: GET
path: "/v1/resourceowner/trips3/{tripId}/rpm"
tags: ["ResourceOwnerTrip3V2"]
---

# Get the vehicle engine rpm if it's reported by the vehicle

`GET /v1/resourceowner/trips3/{tripId}/rpm`

This is a quick method, instead of retrieving raw data with the pid operation.

## Path parameters

- `tripId` integer, required

## Response `200`

The vehicle engine rpm are returned

- RPM2Model[]
  - `RPMValue` number, double
  - `RecordTimeStamp` string, date-time

## Other responses

- `500` — Internal server error
- `501` — Not implemented, meaning the PID is not supported or is not recorded by the vehicle

---

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