Skip to main content
GET
List completed charging sessions across a user's EVs and wallboxes

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

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
source
enum<string> | null

Optional filter to one source

Available options:
ev,
wallbox
include_hidden
boolean
default:false

Include sessions flagged hidden by the classifier (EV rows only; wallbox sessions have no hidden concept). Back-office/debugging use.

Response

200 - application/json

OK

total
integer
required
items
ChargingSessionItem · object[]
required