Quick question about the /api/v2/analytics/interactions/summaries endpoint returning 429 errors. The ServiceNow scheduled job hits this every hour for the last 30 days.
The rate limit header shows X-RateLimit-Reset in 60 seconds, but the job retries immediately after the first failure. This causes a cascade of blocks for the entire import set.
Is there a documented backoff strategy for bulk analytics pulls, or should I move this to an async Data Action instead?