---
title: "Get Camera Data"
method: GET
path: "/cameras/v1/devices"
tags: ["Devices"]
---

# Get Camera Data

`GET /cameras/v1/devices`

Returns details of all cameras within the organization.

Details returned per camera are name, site, location, model, serial number, camera ID, MAC address, local IP, device retention, extended cloud retention (if any), date camera added to command, firmware update status, camera status, location latitude, location longitude, and location angle (in degrees).

## Query parameters

- `page_token` string — The pagination token used to fetch the next page of results.
- `page_size` integer — The number of items returned in a single response. Default is 100. Max is 200.

## Response `200`

OK

- CameraInfoResponseV1
  - `cameras` CameraInfoItem[] — A list of camera device information.
    - `camera_id` string, uuid — The unique identifier of the camera.
    - `cloud_retention` integer — The number of days of cloud backup storage of the camera.
    - `date_added` integer — The time when the camera added to your organization. Formatted in Unix epoch format.
    - `device_retention` integer — The number of days of storage available on the camera.
    - `firmware` string — The status of the camera firmware.
    - `firmware_update_schedule` string — Delimited list of <code>start_time, end_time</code> as timeslot for which camera firmware can be updated, start_time and end_time are integers indicating seconds to midnight, i.e, [3600, 7200] means 1am - 2am
    - `last_online` integer — The last time when camera was online. Formatted in Unix epoch format.
    - `local_ip` string — The local IP address of the camera.
    - `location` string — The location of the camera.
    - `location_angle` number — The angle of the camera.
    - `location_lat` number — The latitude of the camera location.
    - `location_lon` number — The longitude of the camera location.
    - `mac` string — The MAC address of the camera.
    - `model` string — The model name of the camera.
    - `name` string — The name of the camera.
    - `people_history_enabled` boolean — Whether people history is enabled or not
    - `serial` string — The serial number of the camera.
    - `site` string — The site name of the camera.
    - `site_id` string — The site ID of the camera.
    - `status` string — The status of the camera.
    - `timezone` string — The timezone the camera is located in.
    - `vehicle_history_enabled` boolean — Whether vehicle history is enabled or not
  - `next_page_token` string — The pagination token used to fetch the next page of results.

---

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