Rate Limiting

Intelligems uses a token bucket rate limiter for the external API.

Every response includes the following rate-limit headers:

  • x-ratelimit-limit — bucket size for the endpoint

  • x-ratelimit-remaining — remaining tokens in the current bucket

  • x-ratelimit-reset — Unix timestamp in milliseconds at which the bucket next refills

Typical limits in v25-10-beta:

  • Experience list/detail/resource/timeseries endpoints: burst 50 (refill 25 every 30 seconds)

  • Experience export endpoint: burst 20

  • Sitewide analytics endpoints: burst 10 (refill 5 every 30 seconds)

Per-endpoint values are authoritative; always rely on the response headers for the active limit.

Last updated

Was this helpful?