Vehicles
Historical Vehicle Stats
List historical stats and logs about the vehicle.
GET
/
vehicles
/
{vehicleId}
/
stats
/
historical
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Connection-Token
string
requiredThe token returned when a user authenticated their account. This authorizes access to a specific account.
Path Parameters
vehicleId
string
requiredQuery Parameters
cursor
string
Pagination cursor to start requests from
limit
integer
The maximum number of results to return in a page.
expand
enum<string>
Expand resources in the returned response
Available options:
vehicle
startAt
string
Timestamp to start from - defaults to beginning of history
endAt
string
Timestamp to end at - defaults to now
types
string
Comma separated list of vehicle stats to filter for
raw
boolean
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
Response
200 - application/json
results
object[]
requirednext
string
Cursor used for pagination.