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

# Get baseline at

`GET /assets/{asset_id}/baseline-at/{timestamp}`

Get energy baseline for an asset at a given time

## Path parameters

- `asset_id` string, required
- `timestamp` 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 `baseline` from the response with the `200` status
  - added the required property `value` to the response with the `200` status
- **2024-05-22** `eb9dca23812a` — 1 breaking, 1 info
  - removed the required property `value` from the response with the `200` status
  - added the required property `baseline` to the response with the `200` status

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/assets/:asset_id/baseline-at/:timestamp/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)
