Skip to main content
err:user:too_many_requests:query_quota_exceeded
Example

What Happened?

Your workspace has made too many analytics queries in a short period! We limit the number of queries you can run per hour to keep the analytics service fast and reliable for everyone. This is a rate limit on the number of queries, not about individual query complexity.

How to Fix It

1. Wait and Retry

The quota resets every hour. Wait a bit and try your query again.

2. Cache Your Results

Instead of running the same query repeatedly, cache the results in your application:

3. Batch Your Queries

If you’re making multiple queries, combine them into one query with subqueries or broader aggregations.

4. Use Webhooks Instead

For real-time updates, consider using webhooks instead of polling the analytics API repeatedly.

Default Quota

Need a Higher Quota?

Running into limits often? We can increase your quota!Contact our support team and tell us:
  • What you’re building
  • Why you need more queries per hour
  • Your current usage patterns
We’ll work with you to find the right quota for your needs, or help optimize your query patterns.
Last modified on July 23, 2026