Skip to main content
GET
List completed charging sessions for an electric vehicle

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID

user_id
string<uuid>
required

The user ID

electric_vehicle_id
string<uuid>
required

The electric vehicle ID

Query Parameters

from
string<date>
required

Inclusive lower bound day (UTC, YYYY-MM-DD)

to
string<date>
required

Inclusive upper bound day (UTC, YYYY-MM-DD)

limit
integer
default:50

Page size (max 200)

Required range: 1 <= x <= 200
offset
integer
default:0

Offset for pagination

Required range: x >= 0
include_hidden
boolean
default:false

Include sessions flagged hidden by the classifier (e.g. sub-5-minute plug blips). Back-office/debugging use.

Response

200 - application/json

OK

total
integer
required
items
SessionItem · object[]
required