Skip to main content
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

string
Limit results to charging sessions for this driver.
string
Limit results to charging sessions for this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Filter charging sessions by status.Available options: active, completed, cancelled, failed
string
Limit results to charging sessions for this vehicle.

More parameters

string | object
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 object
required
Array of charging session objects.
string | null
required
URL for the next page of results, or null when there is no next page.
string | null
required
URL for the previous page of results, or null when there is no previous page.