Looking for advice on handling rate limits when fetching historical WFM data.
Our AppFoundry integration hits a 429 error consistently when querying /api/v2/analytics/wfm/agents/details with date ranges exceeding 30 days. The token is valid and scopes are correct.
HTTP 429 Too Many Requests
Retry-After: 60
Is there a recommended pagination strategy or endpoint for bulk historical retrieval?