---
title: "Get Object Position MQTT Config"
method: GET
path: "/v2/analytics/cameras/{camera_id}/mqtt_configs"
tags: ["Analytics"]
---

# Get Object Position MQTT Config

`GET /v2/analytics/cameras/{camera_id}/mqtt_configs`

## Path parameters

- `camera_id` string, required

## Response `200`

OK

- OccupancyTrendsMQTTConfigGetResponseV2
  - `broker_cert` string — The CA-signed certificate of the MQTT broker used for the TLS connection. Returns null if no certificate has been configured.
  - `broker_host_port` string — The host and port of the MQTT broker currently configured for the camera. Returns null if no broker has been configured.
  - `camera_id` string, required — The unique identifier of the camera.
  - `client_username` string — The MQTT client username configured for the camera. Returns null if no username has been configured.

---

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