{ "error": { "type": "request_error", "code": "max_lookback_exceeded", "detail": "The requested date range exceeds the maximum lookback of 1096 days for metric 'transactions.completed'.", "documentation_url": "https://developer.paddle.com/errors/metrics/max_lookback_exceeded" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
max_lookback_exceeded - Error message
- The requested date range exceeds the maximum lookback of %d days for metric '%s'.
Common causes
- The window between
fromandtois larger than the metric'smax_lookback_days.
Troubleshooting
- Shorten the date range so it's within the
max_lookback_daysreturned by list Explore metric entities for this metric.