---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/mobile-api/logs/quotas.md
  - https://appmetrica.yandex.by/docs/ru/mobile-api/logs/quotas.md
  - href: en/mobile-api/logs/quotas.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/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/_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/_includes/feedback-button-2.md -->
