---
title: "Get all sites"
method: GET
path: "/api/v1/energy/sites"
tags: ["Energy Sites"]
---

# Get all sites

`GET /api/v1/energy/sites`

Required scope: `energy:read`

🚧 **BETA** — This endpoint is currently in the BETA phase and its response structure may change in the future.

📘 **Feature flag required** — This endpoint is not available by default. It must be explicitly enabled for your operator account upon request. Please contact your Monta Business Partner to request access to this feature.

## Query parameters

- `includeDeleted` boolean, nullable

## Response `200`

getSites 200 response

- OffsetBasedResponse25
  - `data` SiteListItem[], required
    - `id` integer, required
    - `name` string, required
    - `isActive` boolean, required
    - `operatorId` integer, required
    - `teamId` integer, nullable
    - `numberOfEvses` integer, required
    - `numberOfSubgroups` integer, required
    - `currentPowerW` number, double, required
    - `comment` string, required
    - `phpSiteId` integer, nullable
    - `chargePointIds` string[], required
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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