Hello,
I am trying to do a simple API query to find out if any agents are currently online.
I have figured out how to make the query to `/api/v2/agent_availabilities` but I don't understand the response.
There is a lot of information there not related to the online status of an agent, and there many "status": "online" KVPs even though no agents are currently online.
Thanks