Charging Sessions
List driver’s charging sessions
Returns a paginated list of ChargingSession objects associated with the specified driver, ordered by session_started
in descending order.
GET
Path Parameters
ID of the driver whose sessions you want to list.
Query Parameters
Filter sessions by status.
Available options:
active
, completed
, cancelled
, failed
A range filter on the 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.
Specifies fields to expand in each session object (e.g., expand[]=charging_station
).
Body
application/json · object
Response
200
application/json
Successful response with driver session list.
The response is of type object
.