Does anyone know the exact rate limit for the screen recording API?
running jmeter 5.6 to simulate 50 concurrent agents starting recordings in us1. hitting 429 Too Many Requests after 10 minutes. the docs say 200 requests per minute, but we are hitting limits much faster. we are using the standard api key authentication. is there a way to increase this limit for load testing purposes? we need to verify if the system can handle burst traffic during peak hours. the error response shows a retry-after header of 10 seconds, but this is too slow for our test scenario. we are testing the /api/v2/recording/sessions endpoint. any help would be appreciated.