Zum Inhalt

report-expired

Type URI https://docs.vertama.com/Products/ZEAG/problems/report-expired
HTTP status 410 Gone
Endpoint GET /api/zeag/v1/reports/{id}

Availability

ZEAG ships with the RFC 9457 error contract from the start (the module is not yet in production).

The report existed, but its payload (including the receipt PDF) was removed by the retention cleanup before it was retrieved. The result is no longer available. Distinct from report-already-retrieved: nothing consumed this report — it aged out.

{
  "type": "https://docs.vertama.com/Products/ZEAG/problems/report-expired",
  "title": "Gone",
  "status": 410,
  "detail": "Report 'ZEAG-2024-00123' fell out of the retention window; its payload is no longer available",
  "instance": "/api/zeag/v1/reports/ZEAG-2024-00123"
}

What to do

Retrieve results within the retention window — ideally promptly after dispatch, cyclically while PENDING. If you see this regularly, your polling cadence is slower than the retention window.