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 endpointx-ratelimit-remaining— remaining tokens in the current bucketx-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(refill25every 30 seconds)Experience export endpoint: burst
20Sitewide analytics endpoints: burst
10(refill5every 30 seconds)
Per-endpoint values are authoritative; always rely on the response headers for the active limit.
Last updated
Was this helpful?