---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://boost.yandex.com/doc/en/analytics/content/mobile-api/logs/quotas.md
  - https://boost.yandex.com/doc/ru/analytics/content/mobile-api/logs/quotas.md
---
> **Documentation Index:** Fetch the complete configuration index at https://boost.yandex.com/doc/en/llms.txt

# Quotas

The Logs API call restrictions apply to the app's API key. This means that limits for <q>App 1</q> do not affect limits for <q>App 2</q>.

After sending the request, Logs API queues it for further processing. The maximum acceptable number of request in a queue per API key is 3. If you have exceeded the limit, the Logs API returns:

```no-highlight translate=no
HTTP/1.1 429 Too Many Requests
Content-Type: text/plain

There are already 3 enqueued queries for given application_id. Wait until they are completed.
```

{% note info %}

The time to wait depends on the current server load and the amount of data your app has to process.

{% endnote %}

<!-- source: en/analytics/content/_includes/feedback-button-2.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/analytics/content/_includes/feedback-button-2.md -->
