Charging Sessions
List Charging Sessions
Returns a paginated list of charging session objects. Use
driver, fleet, or vehicle to scope results, then follow the returned page URLs to continue through the result set.
Parameters
Limit results to charging sessions for this driver.
Limit results to charging sessions for this fleet.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Filter charging sessions by status.Available options:
active, completed, cancelled, failedLimit results to charging sessions for this vehicle.
More parameters
Range filter on the
created time. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.Returns
Returns a page of charging sessions.Array of charging session objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
