Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 675 Bytes

File metadata and controls

15 lines (7 loc) · 675 Bytes

ReportJobLinks

Download URL for the report. Present only when status is COMPLETED, and only on GET /v1/reports/{reportId} — not included in list responses.

Properties

Name Type Description Notes
downloadUrl String URL to download the report file. A new URL is generated on each request to `GET /v1/reports/{reportId}` while `status` is `COMPLETED`. Re-poll to obtain a fresh URL after the previous one expires (approximately 1 hour).
downloadUrlExpiresAt Long Epoch milliseconds (UTC) when the download URL expires