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

# Get the engine coolant temperature if it's reported by the vehicle

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

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

## Path parameters

- `tripId` integer, required

## Response `200`

The engine coolant temperature are returned

- EngineCoolantTemperature2Model[]
  - `TemperatureInCelsius` 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)
