REST API Camera Status

Is there a way to retrieve camera states like Responding/NotResponding via REST API? If not, is this on any roadmap. If yes, when will this feature be available?

Yes. Event and State WebSocket API was just released last week with the 22023R3 release, I believe it to be the perfect fit for what you ask. See the sample..

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/eventsandstatewebsocketapipython/readme.html&tree=tree_3.html

https://github.com/milestonesys

Thank you. I will try translate this to C# and run some tests.