---
title: "Get settings change log for a site"
method: GET
path: "/api/v1/energy/sites/{siteId}/change-log"
tags: ["Energy Change Log"]
---

# Get settings change log for a site

`GET /api/v1/energy/sites/{siteId}/change-log`

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.

## Path parameters

- `siteId` integer, required

## Query parameters

- `entityType` string, nullable
- `entityId` string, nullable
- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

getChangeLog 200 response

- SettingsChangeLogEntry[]
  - `id` integer, required
  - `siteId` integer, required
  - `entityType` string, required
  - `entityId` string, required
  - `action` string, required
  - `changes` string, nullable
  - `comment` string, required
  - `userId` integer, nullable
  - `createdAt` string, date-time, 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)
