---
title: "Get baselines"
method: GET
path: "/assets/{asset_id}/baselines"
tags: ["Assets"]
---

# Get baselines

`GET /assets/{asset_id}/baselines`

Get energy baselines for an asset in a given time duration

## Path parameters

- `asset_id` string, required

## Query parameters

- `start_ts` integer, required
- `end_ts` integer, required

## Response `200`

Request fulfilled, document follows

- AssetEnergyBaseline[]
  - `asset_id` string, required
  - `timestamp` integer, required
  - `value` number, required

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2026-07-13** `332ef685d64d` — 1 breaking, 1 info
  - removed the required property `items/baseline` from the response with the `200` status
  - added the required property `items/value` to the response with the `200` status
- **2024-05-22** `eb9dca23812a` — 1 breaking, 1 info
  - removed the required property `items/value` from the response with the `200` status
  - added the required property `items/baseline` to the response with the `200` status

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/assets/:asset_id/baselines/get.md)

---

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