---
title: "Get current settings and properties of specific camera"
method: GET
path: "/api/v1/cameras/{id}"
---

# Get current settings and properties of specific camera

`GET /api/v1/cameras/{id}`

## Response `200`

OK

- CameraConfig — Camera configuration
  - `name` string — Name of the camera
  - `trigger_scheme` 'TEN_SEC' | 'THIRTY_SEC' | 'SIXTY_SEC' | 'EACH_LAYER' | 'FIFTH_LAYER' | 'MANUAL' — When the snapshot is taken
  - `available_resolutions` object[]
    - `width` integer
    - `height` integer
  - `resolution` object
    - `width` integer
    - `height` integer
  - `focus` number — Focus of the camera (0.0 - 1.0)
  - `capabilities` string[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

## Changes

- **2023-05-02** `65188ef36d05` — 1 warning, 1 info
  - added the new `FOCUS` enum value to the `capabilities/items/` response property for the response status `200`
  - added the optional property `focus` to the response with the `200` status
- **2022-11-23** `fbe1c12c11c1` — 11 warning, 3 info
  - removed the optional property `driver` from the response with the `200` status
  - removed the optional property `exposure` from the response with the `200` status
  - removed the optional property `path` from the response with the `200` status
  - removed the optional property `rotation` from the response with the `200` status
  - …10 more
- **2022-11-15** `c1e419cc0298` — 2 info
  - added the non-success response with the status `403`
  - 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/:id/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)
