GET
/v2/latest-vehicle-status Latest Vehicle Status
Returns the most recent location and motion status for one or all vehicles.
Data freshness
ELDs report ~every 60s in motion, less often when stationary. Polling more than every 30s returns the same data and counts against your rate limit.
Query parameters
| Parameter | Type | Default | Description | |
|---|---|---|---|---|
vehicle_id | UUID | optional | — | Filter to one vehicle. Omit for all. |
limit | integer | optional | 100 | Records per page |
page | integer | optional | 1 | Page number |
Response fields
| Field | Type | Description |
|---|---|---|
odometer | string | Odometer reading (miles) |
speed | integer | Current speed (mph) |
lat / lon | string | Latitude / Longitude |
status | string | IN_MOTION, STATIONARY, or OFFLINE |
timestamp | string | Time of reading (UTC, ISO-8601) |