Get Logitech Sync occupancy report
logitech_sync_get_occupancy_reportRetrieve live room occupancy, capacity, and utilization metrics. Filter rooms by current occupancy or utilization percentage to identify over-capacity or underutilized spaces.
Instructions
Report live room occupancy, known capacity, utilization, and over-capacity state.
Logitech documents ``seatCount=0`` as unset, so this workflow marks capacity unknown and
never divides by zero or labels such rooms over capacity. Results are sorted by current
occupancy and can be filtered with caller-supplied thresholds.
Returns bounded room rows and aggregate occupancy/capacity metrics. Live values may change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_pages | No | Maximum pages followed. | |
| page_size | No | API page size. | |
| unlicensed | No | Include unlicensed rooms. | |
| max_results | No | Maximum room rows returned. | |
| only_occupied | No | Return only rooms whose current occupancy is above zero. | |
| result_offset | No | Local room offset; reuse nextResultOffset with identical filters. | |
| response_format | No | Text view returned alongside structured content. | markdown |
| minimum_occupancy | No | Minimum current people count. | |
| minimum_utilization_percent | No | Optional occupancy/seatCount percentage; excludes unknown capacity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | ||
| meta | No | ||
| summary | Yes |