---
title: "Get a list of active cameras and its properties"
method: GET
path: "/api/v1/cameras"
---

# Get a list of active cameras and its properties

`GET /api/v1/cameras`

## Response `200`

OK

- Camera[]
  - `camera_id` string
  - `config` object
    - `path` string
    - `name` string
    - `driver` string
    - `resolution` string
  - `connected` boolean — Camera is successfully connected to PrusaLink
  - `detected` boolean — Camera is detected by PrusaLink, but not saved yet
  - `stored` boolean — Camera configuration is saved in PrusaLink
  - `linked` boolean — Camera is linked to PrusaConnect

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `503` — Service Unavailable

## Changes

- **2022-11-21** `e25bada0148d` — 1 warning, 5 info
  - removed the optional property `items/status` from the response with the `200` status
  - added the optional property `items/config` to the response with the `200` status
  - added the optional property `items/connected` to the response with the `200` status
  - added the optional property `items/detected` to the response with the `200` status
  - …2 more
- **2022-11-15** `c1e419cc0298` — 1 info
  - added the non-success response with the status `503`
- **2022-10-13** `6a5c6d42113e` — 1 info
  - endpoint added
- **2021-02-22** `30eda14983ed` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/v1/cameras/get.md)

---

[API](https://skmtc.dev/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.dev/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/revisions/e0a5f7abc4df/schema)
