Use this file to discover all available pages before exploring further.
Axiom limits the number of calls a user (and their organization) can make over a certain period
of time to ensure fair usage and to maintain the quality of service for everyone.
Axiom systems closely monitor API usage and if a user exceeds any thresholds, Axiom
temporarily halts further processing of requests from that user (and/or organization).
This is to prevent any single user or app from overloading the system,
which could potentially impact other users’ experience.
The maximum bytes ingested a user is permitted to make per month.
X-IngestLimit-Remaining
The bytes ingested remaining in the current rate limit window.
X-IngestLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.
Alongside data volume limits, we also monitor the rate of ingest requests.
If an organization consistently sends an excessive number of requests per second,
far exceeding normal usage patterns, we reserve the right to suspend their ingest
to maintain system stability and ensure fair resource allocation for all users.
To prevent exceeding these rate limits, it’s highly recommended to use batching clients,
which can efficiently manage the number of requests by aggregating data before sending.
If you receive a “query limit exceeded” error, you have used all of your plan’s query compute allowance for the current billing period. While the query limit is exceeded:
All queries return errors, including queries from dashboards and monitors.
Query limits reset at the start of your next billing period.
To check your current usage, go to Settings > Usage. To resolve the issue, wait for the limit to reset or upgrade your plan. To reduce future query compute usage, see Optimize usage.
If you receive a “rate limit exceeded” error (HTTP 429), you are making API requests too frequently. Check the X-RateLimit-Reset header in the response to determine when you can resume making requests. To avoid rate limits, add delays between requests or reduce the frequency of API calls.