The ETP Reporting API imposes the following rate limiting constraints:
25 requests per minute to ensure even distribution of system resources. Exceeding this limit results in a 429 error response. The API responds with an HTTP header that provides the limit:
X-RateLimit-Limit
: 25 requests per minute.
The API also enforces a pagination limit for responses of 5000 events per page.