---
title: "Load curve for all sites"
method: GET
path: "/v1/sites/loadCurve"
tags: ["Energy Consumption"]
---

# Load curve for all sites

`GET /v1/sites/loadCurve`

Retrieves load curve data across all sites

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `summaryLevel` 'hour' | 'day' | 'month'

## Response `200`

Load curve data retrieved successfully

- LoadCurve[]
  - `siteId` string — Site identifier
  - `data` object[]
    - `timestamp` string, date-time
    - `value` number — Consumption/demand value
    - `unit` string — Unit of measurement (kWh or kW)

## Other responses

- `4XX` — Client error response

---

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