---
title: "GET /cameras/{cameraId}/settings"
method: GET
path: "/cameras/{cameraId}/settings"
tags: ["Cameras"]
---

# GET /cameras/{cameraId}/settings

`GET /cameras/{cameraId}/settings`

Retrieves the current settings for the given camera. 

Since cameras, the bridge they are connected to and the accounts they are part of can have different 
capabilities, not all settings given in this specification will be applicable to all cameras. 
If a setting is applicable, it will be returned by the API, if not, the field(s) will be skipped.

## Query parameters

- `include` string[]

## Response `200`

OK

- CameraSettings
  - `rtspCameras` boolean

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

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