protect_get_viewer
Retrieve full details for a specific UniFi Protect viewer by its ID, including model, MAC, state, liveview, and stream limit.
Instructions
Get full details for a specific viewer by ID. Returns: id, modelKey, name, mac, state, liveview, streamLimit (7.1.83 docs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Viewer ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Device ID | |
| mac | No | MAC address | |
| name | No | Device name | |
| state | No | CONNECTED | DISCONNECTED | ... | |
| liveview | No | Assigned live view ID, or null | |
| modelKey | No | Resource kind | |
| streamLimit | No | Max concurrent streams (number) |