---
title: "Get Observations"
method: GET
path: "/state/{serialNumber}/observations"
tags: ["Observations"]
---

# Get Observations

`GET /state/{serialNumber}/observations`

Retrieves the last reported observations for a single device for given set of observation ids.  

Find available observations in the [Charger Observation Ids](https://developer.easee.com/docs/charger-observation-ids) and [Equalizer Observation Ids](https://developer.easee.com/docs/equalizer-observations) overview

## Path parameters

- `serialNumber` string, required

## Query parameters

- `ids` string, required

## Response `200`

List of observations

- CurrentDeviceStateAPIMultiObservationResponse
  - `observations` CurrentDeviceStateAPIObservation[]
    - `id` integer, required
    - `timestamp` string, date-time, required
    - `dataType` 2 | 3 | 4 | 5 | 6, required

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
