---
title: "List all sites"
method: GET
path: "/v1/sites"
tags: ["Sites"]
---

# List all sites

`GET /v1/sites`

Retrieves all sites associated with the authenticated user

## Response `200`

Sites retrieved successfully

- Site[]
  - `id` string — Site identifier
  - `name` string — Site name
  - `address` string — Site address
  - `postcode` string — Site postcode
  - `region` string — Geographic region
  - `floorArea` number — Floor area in square meters
  - `buildingType` string — Type of building
  - `meterCount` integer — Number of meters at the site
  - `utilities` string[] — Utilities available at the site
  - `status` 'ACTIVE' | 'INACTIVE' — Site status

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