How long are report executions retained?

I am curious as to how long report executions are saved?

Report execution records stay around forever. Report output files (eg PDF, HTML, CSV, etc) remain the same and are always accessible. We do not employ any mechanisms to delete these records and their attachments.

The underlying data that was used to create each report may periodically get purged from the system. For the flat report data case, if the report was run over data created by a logic block specifically for that report run, that data gets removed from the system on a regular interval (any record over 72 hours old is deleted). Flat report data is functionally only needed after a report runs for debugging purposes, usually if certain expected data doesn’t show up in the report output.

1 Like

Thanks @jeremy.keller !!