Vehicle Telemetries
Get real-time telemetry
Retrieves the most recent Vehicle Telemetry object for the specified vehicle. Telemetry includes battery state-of-charge, estimated range, GPS coordinates, odometer, and other runtime data points.
GET
Path Parameters
ID of the vehicle whose telemetry you want to fetch.
Query Parameters
Specifies fields to expand (e.g., expand[]=battery
).
Body
application/json · object
Response
200
application/json
Returns the latest Vehicle Telemetry object for the specified vehicle. Raises an error if no telemetry is available.