# Report not ready

Report is still generating

---

## Example

```json
{
  "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

| Attribute | Value |
| --- | --- |
| 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.

## Common solutions

- Poll for report `status`, then try to download again when the `status` is `ready`.
- Subscribe to `report.updated` webhook to get notified when the report is ready, then try to download again.
