For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Maximum lookback exceeded

The date range you requested goes further back than this metric allows.

Example response
{
"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 from and to is larger than the metric's max_lookback_days.

Troubleshooting

Was this page helpful?