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

---

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