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

---

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