Get charging session history

Retrieves the charging session history for a specific user. The response includes detailed information about each session including:

  • Session status and duration
  • Energy consumption
  • Cost and payment details
  • Charging location information

The results can be filtered by:

  • Session status
  • Specific charging key
  • Date range

Pagination is supported through the cursor parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the user whose session history should be retrieved

Body Params

request

sessionStatus
array of objects

If not passed, only COMPLETE sessions are returned.

sessionStatus
string

Filter sessions by charging key identifier.

date-time

Lower bound for session start time (inclusive) in UTC.

date-time

Upper bound for session start time (inclusive) in UTC.

string

Cursor string - pass cursor from previous response body to get next page.

integer
Defaults to 50

Number of entries

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json