Axiom Co Rate Limits
Axiom applies three distinct categories of API limit and communicates each through its own set of response headers. General API rate limits cap requests per minute at either the user or organization scope. Query limits are metered in gigabyte-milliseconds (GB*ms) of query compute against your plan. Ingest limits are metered in bytes per month against your plan, and Axiom additionally monitors ingest request rate - an organization sending an excessive, sustained number of requests per second far above normal usage may have its ingest suspended to protect system stability. When any limit is exceeded the API returns HTTP 429 Too Many Requests with a JSON body of {"message": "rate limit exceeded"}. Axiom recommends batching clients to aggregate events and reduce request rate.
Axiom Co Rate Limits is the machine-readable rate-limit profile for Axiom on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, gb_milliseconds, bytes, and requests_per_second.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and throttledBody.
Tagged areas include Observability, Log Management, Event Data, Rate Limiting, and Quotas.