---
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
  - `result` 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
    - `chargeDuration` number — Duration of active charging
    - `solarPercentage` number — Solar percentage of the session
    - `price` number — Total price of the session
    - `pricePerKWh` number — Average price per kWh
    - `co2PerKWh` number — Average CO₂ emissions per kWh

## Changes

- **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/c4027a2cb484/schema)
