For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rate limiting

The bulk data APIs — /getQueryList and /getQueryResults endpoints — are rate-limited as follows. Please contact us if you require a higher limit.

Rate: 5 requests per second

  • The 5 requests per second applies to how many requests can be initiated each second; the requests do not need to finish before more can be started at the 5 request per second rate.

Burst Capacity: 10 requests

  • The burst capacity enables your application to temporarily exceed the 5 RPS limit by using pre-accumulated tokens. This allows for short spikes in traffic to be handled smoothly without triggering throttling, as long as tokens remain available in the burst bucket.

Total Daily Quota: 50 requests

  • The total number of requests allowed in a 24 hour period.

Last updated