Menu
Guides

Release Notes
Release Notes

VTEX Ads API: Rate limit on Reports endpoints

Information

Reports endpoints in the VTEX Ads API are now limited to 100 requests per minute per account. Exceeding the limit returns HTTP 429. Large-scale export integrations should throttle requests.

August 4, 2026
1 min read

The Reports endpoints in the VTEX Ads API now enforce a rate limit of 100 requests per minute per account. The limit applies only to API Key-authenticated calls.

What has changed?

  • Reports endpoints are limited to 100 requests per minute per account.
  • Requests that exceed the limit receive 429 Too Many Requests with the error message Rate limit exceeded for this account.
  • Only API Key-authenticated calls to Reports endpoints are affected.

What needs to be done?

If your integration runs large-scale data exports, such as historical loads or full daily syncs, spread requests over time and wait for the next window before retrying after a 429 response.

Contact our support if your integration needs a higher volume.

Learn more