I’m trying to build a real-time dashboard for our custom agent desktop. The goal is to show waiting count and available agents for a specific queue. I’m using the GET /api/v2/analytics/queues/realtime endpoint. The response comes back with 200 OK, but the data looks stale. It seems to be cached or delayed by several seconds. Here is the payload structure I’m parsing. Is there a specific parameter to force a fresh fetch? Or am I hitting a polling limit?