# Analytics Limitations

To avoid API Abuse and requests which are too computationally heavy, there are limitations to the granularity you can set intervals to when using the Analytics API Routes.

| Interval Granularity | Max Measure Period |
| -------------------- | ------------------ |
| Per Minute           | One Hour           |
| Per Ten Minute       | Three Days         |
| Per Hour             | Seven Days         |
| Per Day              | 365 Days           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internal.developer.documentation.private.user.pingproxies.com/logs-and-analytics/analytics-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
