Keen Rate Limits
Keen enforces per-minute rate limits per request type (events have no limit; ad-hoc queries and extractions are 200/min; updates and deletes are 10/min). The platform also applies fuzzy per-organization query concurrency limits and hard payload/response size caps. When a limit is hit all requests of that type are blocked for the next minute and return 429.
Keen Rate Limits is the machine-readable rate-limit profile for Keen on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 13 rate-limit definitions, measuring requests_per_minute, concurrent_requests, events_scanned, events_extracted, and bytes.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and queryTimeout.
Tagged areas include Rate Limiting, Analytics, and Event Analytics.