---
title: "List Recent Report Exports"
method: GET
path: "/reports/history"
tags: ["Reports"]
---

# List Recent Report Exports

`GET /reports/history`

List the calling key's most recently generated PDF reports: type, byte size, page count, language, created/expiry timestamps and a `url`. Re-fetch a report link within its 24h validity window, or surface recent exports in a dashboard. PDFs are purged after 24h, so older items return `expired: true` with a now-dead URL. Free to call. Query `?limit=` (1–50, default 10).

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `items` object[], nullable
      - `id` number, nullable
      - `report_type` string, nullable
      - `storage_key` string, nullable
      - `url` string, nullable
      - `byte_length` number, nullable
      - `page_count` number, nullable
      - `language` string, nullable
      - `created_at` string, nullable
      - `expires_at` string, nullable
      - `expired` boolean, nullable
    - `count` number, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/529d7d36d7d6/schema)
