protect_get_camera
Retrieve detailed information for a specific camera by providing its ID, including name, model, state, and feature flags.
Instructions
Get details for a specific camera by ID. The Protect Integration API returns the SAME field set as protect_list_cameras entries (id, mac, name, modelKey, state, activePatrolSlot, hasPackageCamera, hdrType, isMicEnabled, micVolume, videoMode, featureFlags, lcdMessage, ledSettings, osdSettings, smartDetectSettings) — there is no extended/by-id-only payload. Recording state, motion events, zones, and channel/RTSP config are NOT exposed by this API surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Camera ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Camera ID | |
| mac | No | MAC address | |
| name | No | Camera name | |
| modelKey | No | Always "camera" | |
| state | No | CONNECTED | DISCONNECTED | ... | |
| activePatrolSlot | No | Active PTZ patrol slot, or null (number|null) | |
| hasPackageCamera | No | Has a secondary package camera (boolean) | |
| hdrType | No | HDR mode, e.g. "auto" | |
| isMicEnabled | No | Microphone enabled (boolean) | |
| micVolume | No | Microphone volume 0-100 (number) | |
| videoMode | No | Video mode, e.g. "default" | |
| featureFlags | No | ||
| lcdMessage | No | Doorbell LCD message (object; often empty {}) | |
| ledSettings | No | ||
| osdSettings | No | ||
| smartDetectSettings | No |