---
title: "Usage/Cost - Breakdown"
method: GET
path: "/api/sites/{siteId}/breakdown/{from}/{to}"
tags: ["Site Charge Session"]
---

# Usage/Cost - Breakdown

`GET /api/sites/{siteId}/breakdown/{from}/{to}`

Get power usage and cost for all chargers on a site in a time period. Rate limited at max 10 requests per 60 minutes.

## Path parameters

- `siteId` integer, required
- `from` string, date-time, required
- `to` string, date-time, required

## Response `200`

- EaseeChargeSessionTrackingWebApiChargingSessionDetailDTO[]
  - `chargerId` string
  - `chargerName` string
  - `totalEnergyUsage` number, double
  - `totalCost` number, double
  - `currencyId` string

---

[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)
