Room Utilization through API

We would like to know an API endpoint which will give us the Room Utilization on the basis of provided ZoomRoomId.

I have tried with following endpoint but it don’t output correct data
v2/rooms/{zoomRoomId}/sensor_data?from=2024-10-01T00:00:00Z&to=2024-10-23T00:00:00Z&sensor_type=REAL_TIME_PEOPLE_COUNT

output
{
“from”: “2024-10-01T00:00:00Z”,
“to”: “2024-10-23T00:00:00Z”,
“next_page_token”: “”,
“page_size”: 30,
“total_records”: 0,
“sensor_data”:
}

Hi @vidyadhar.sarmalkar
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
Have you tried passing any other sensor_type value?

Hello Elisa, no at this moment. We want to pull the usage of meeting room utilization like what we see in dashboard by navigating Zoom Room > Room Details.
May I know an API endpoint for the same?