---
title: "GET /v2/sensors/status_history/"
method: GET
path: "/v2/sensors/status_history/"
tags: ["Sensors"]
---

# GET /v2/sensors/status_history/

`GET /v2/sensors/status_history/`

SensorStatusHistoryListView operations.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalSensorStatusHistorySerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalSensorStatusHistorySerializer[]
    - `timestamp` string, date-time
    - `online` boolean
    - `low_power` boolean
    - `sensor_id` string
    - `sensor_serial_number` string, required

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

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