Docs

Report creation limit exceeded

Occurs when you attempt to create more than 100 reports in last 24 hours

Example response
{
"error": {
"type": "request_error",
"code": "report_creation_limit_exceeded",
"detail": "Report creation limit has been exceeded. Try again after 2023-06-01T13:30:50.302Z",
"documentation_url": "https://developer.paddle.com/errors/reports/report_creation_limit_exceeded"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
report_creation_limit_exceeded
Error message
Report creation limit has been exceeded. Try again after %s

Common causes

  • You have already created the maximum amount of 100 reports in last 24 hours.

Troubleshooting

  • Check the Retry-After header included with the error response. This is the number of seconds until you can create new reports. Retry your request after the number of seconds.
  • Contact the Paddle Seller Support team to get report creation limit changed.

Was this page helpful?