Charging Sessions
List fleet’s charging sessions
Returns a paginated list of ChargingSession objects for every driver and vehicle in the specified fleet. Results are ordered by session_started
(newest first) and can be filtered by status or date range.
GET
Path Parameters
ID of the fleet to query.
Query Parameters
Filter sessions by status.
Available options:
active
, completed
, cancelled
, failed
Range filter on created
timestamp.
Maximum number of sessions to return (default 10).
Required range:
1 <= x <= 100
Pagination cursor; returns sessions after this ID.
Pagination cursor; returns sessions before this ID.
Fields to expand in each session object.
Body
application/json · object
Response
200
application/json
Successful response with fleet session list.
The response is of type object
.