---
title: "Ongoing Charging Session"
method: GET
path: "/api/chargers/{chargerId}/sessions/ongoing"
tags: ["Charge Session"]
---

# Ongoing Charging Session

`GET /api/chargers/{chargerId}/sessions/ongoing`

Get current state of ongoing charging session. Rate limited at max 10 requests per 60 minutes.

## Path parameters

- `chargerId` string, required

## Response `200`

On going session detail

- EaseeChargeSessionTrackingWebApiUsageStatisticsDTO
  - `chargerId` string
  - `sessionEnergy` number, double
  - `sessionStart` string, date-time, nullable
  - `sessionEnd` string, date-time, nullable
  - `sessionId` integer, nullable
  - `chargeDurationInSeconds` integer, nullable
  - `firstEnergyTransferPeriodStart` string, date-time, nullable
  - `lastEnergyTransferPeriodEnd` string, date-time, nullable
  - `pricePrKwhIncludingVat` number, nullable
  - `pricePerKwhExcludingVat` number, nullable
  - `vatPercentage` number, nullable
  - `currencyId` string
  - `costIncludingVat` number, nullable
  - `costExcludingVat` number, nullable
  - `ocmfData` string, nullable

## Other responses

- `404`

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
