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

# GET /v1/sensors/

`GET /v1/sensors/`

SensorListView operations.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalSensorSerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalSensorSerializer[]
    - `id` integer
    - `doorway_id` integer
    - `sensor_type` 'ob1' | 'r56t' | 'r60' | 's5' | 'w1' | 'virtual'
    - `status` 'unconfigured' | 'online' | 'error' | 'low_power' | 'archived'

## 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)
