---
title: "Get Occupancy Trends Cameras"
method: GET
path: "/cameras/v1/occupancy_trend_enabled"
tags: ["Devices"]
---

# Get Occupancy Trends Cameras

`GET /cameras/v1/occupancy_trend_enabled`

Returns a list of of all cameras that support occupancy trends with its line presets ids in the organization.

Details returned per camera are camera_id and list of preset_ids of the line presets of the camera.

## Response `200`

OK

- OccupancyTrendsCamerasResponseV1
  - `cameras` OccupancyTrendsCamera[], required
    - `camera_id` string — The unique identifier of the camera.
    - `preset_ids` string[] — The line preset IDs for the camera.
    - `presets` OccupancyTrendsPreset[] — The line preset metadata for the camera.
      - `object_class` string — The object class of the preset.
      - `preset_id` string — The unique identifier of the preset.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
