---
title: "Reports for all sites"
method: GET
path: "/v1/sites/reports"
tags: ["Sites"]
---

# Reports for all sites

`GET /v1/sites/reports`

Retrieves energy reports across all sites

## Response `200`

Reports retrieved successfully

- Report[]
  - `id` string — Report identifier
  - `siteId` string — Site identifier
  - `name` string — Report name
  - `type` 'CONSUMPTION' | 'COST' | 'EMISSIONS' | 'EFFICIENCY' — Report type
  - `createdAt` string, date-time — Report creation date and time
  - `period` string — Reporting period
  - `downloadUrl` string, uri — URL to download the report

## Other responses

- `4XX` — Client error response

## Changes

> 13 revisions in range; 1 could not be searched.

- **2025-12-09** `d899129585db` — 4 breaking
  - the response property `items/id` became optional for the status `200`
  - the response property `items/name` became optional for the status `200`
  - the response property `items/siteId` became optional for the status `200`
  - the response property `items/type` became optional for the status `200`
- **2025-11-17** `1ecbbc9bbafb` — 4 info
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
  - the response property `items/siteId` became required for the status `200`
  - the response property `items/type` became required for the status `200`

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/sites/reports/get.md)

---

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