{ "error": { "type": "request_error", "code": "report_not_ready", "detail": "Report is still being generated", "documentation_url": "https://developer.paddle.com/errors/reports/report_not_ready" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
report_not_ready - Error message
- Report is still being generated
Common causes
- You're trying to download a report that is still pending. This means Paddle is still processing it.
Troubleshooting
- Poll for report
status, then try to download again when thestatusisready. - Subscribe to
report.updatedwebhook to get notified when the report is ready, then try to download again.