Skip to content

Quota consumption

Understanding what counts as quota consumption helps you optimize your API usage. The system measures quotas at the group level and resets them each month.

Identical API queries within 1 hour do not count against quota. A query is considered identical if it has the same parameters (filters, sorting, pagination) as a previous query made within the last hour.

The following API activities consume your quota:

  • Executing a query
  • Loading additional pages of results

The following API activities do not consume your quota:

  • Identical queries made within 1 hour of a previous query that counted toward quota

For complete details on quota consumption policies, including UI-specific policies, search hash reloading, and revisiting search nodes, consult the Iris API Rate Limits documentation.

  • Rate Limits - Complete rate limit documentation
  • Pagination - Understand how pagination affects quota usage