---
title: "Charging sessions"
method: GET
path: "/sessions"
tags: ["sessions"]
---

# Charging sessions

`GET /sessions`

Returns a list of charging sessions.

## Query parameters

- `format` 'csv'
- `lang` string
- `month` integer
- `year` integer

## Response `200`

Success

- object[] — Charging sessions
  - `id` integer — Loadpoint index starting at 1.
  - `created` string, date-time — Timestamp in RFC3339 format
  - `finished` string, date-time — Timestamp in RFC3339 format
  - `loadpoint` string
  - `vehicle` string
  - `odometer` number, nullable — Vehicle odometer reading in kilometers
  - `meterStart` number, nullable — Meter reading at start of charging session
  - `meterStop` number, nullable — Meter reading at end of charging session
  - `chargedEnergy` number — Charged energy in kWh

## Changes

> 37 revisions in range; 1 could not be searched.

- **2026-07-20** `32e824ccacfe` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `result` from the response with the `200` status
- **2025-12-12** `9542b598863d` — 5 warning
  - removed the optional property `result/items/chargeDuration` from the response with the `200` status
  - removed the optional property `result/items/co2PerKWh` from the response with the `200` status
  - removed the optional property `result/items/price` from the response with the `200` status
  - removed the optional property `result/items/pricePerKWh` from the response with the `200` status
  - …1 more
- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `getSessions` was added
- **2025-08-01** `2429e9297a5c` — 6 info
  - api operation id `getSessions` removed and replaced with ``
  - added the optional property `result/items/chargeDuration` to the response with the `200` status
  - added the optional property `result/items/co2PerKWh` to the response with the `200` status
  - added the optional property `result/items/price` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/sessions/get.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
