Ran into a weird issue today with the screen recording API. When simulating 500 concurrent agents via JMeter, the /api/v2/recordings/screens endpoint starts returning 429 Too Many Requests after just 5 minutes. Standard API rate limits seem higher in docs.
- Reduced concurrent threads to 100, issue persists but slower.
- Added exponential backoff in JMeter, but recordings still fail to upload.
Is there a specific hidden limit for screen capture uploads vs standard call recordings?