---
title: "Grid limitation sessions"
method: GET
path: "/gridsessions"
tags: ["sessions"]
---

# Grid limitation sessions

`GET /gridsessions`

Returns a list of HEMS grid limitation events.

## Query parameters

- `format` 'csv'
- `lang` string

## Response `200`

Success

- object[] — Grid limitation sessions
  - `id` integer — Loadpoint index starting at 1.
  - `created` string, date-time — Timestamp in RFC3339 format
  - `finished` string, date-time — Timestamp in RFC3339 format
  - `type` 'consumption' | 'feedin' — Type of grid limitation event
  - `gridPower` number — Grid power in watts
  - `limitPower` number — Limitation power in watts
  - `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

---

[API](https://skmtc.net/evcc-io/apis/evcc.md) · [All operations](https://skmtc.net/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evcc-io/evcc/versions/1d484c790b11/schema)
