Looking for advice on handling 409 Conflict responses when exporting bulk quality evaluations via the /api/v2/wfm/quality/evaluations/export endpoint. Our multi-org AppFoundry integration uses Node.js SDK v4.2.1 and a service account with wfm:quality:export scope, but requests fail intermittently for larger date ranges.
- Initiate export request for a 30-day window across 500 agents.
- Receive 202 Accepted with a
jobId. - Poll
/api/v2/wfm/quality/evaluations/export/{jobId}every 5 seconds. - Job status returns
FAILEDwith error codeCONFLICTand message “Resource locked by another process”.
Is there a specific rate limit or lock duration for quality exports that requires a longer polling interval or a different batch size strategy?