Hit a weird delay where the queue observation data doesn’t update for 30 seconds even though I’m polling /api/v2/analytics/queues/realtime/summary every 5s. The trace spans show the request completes instantly but the waitingCount is always lagging behind the actual IVR queue.
- Using Node.js
purecloud-platform-clientwith standard OAuth2 token refresh - Endpoint:
GET /api/v2/analytics/queues/realtime/summary?interval=PT1S - Response JSON returns
200but values are static
Is there a caching header I’m missing or should I be using a different endpoint for sub-second granularity?