# Report expired

Report unavailable to download as it is expired

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "report_expired",
    "detail": "Report unavailable to download as it is expired",
    "documentation_url": "https://developer.paddle.com/errors/reports/report_expired"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `report_expired` |
| Error message | Report unavailable to download as it is expired |

## Common causes

- You're trying to download a report that is `expired`. This means that it's no longer available.

## Common solutions

- Create a report again using the same criteria, wait until ready, then try to download again.
