Every check we run generates a certain amount of data. We call these the “results”. Results are made up of various parts:
  • Metadata like timestamps, response times, fail/success flags, run location etc.
  • JSON or other response bodies, response headers, request timing data
  • Playwright Test traces and videos
  • Screenshot files
  • Run logs with debug or console.log statements.

Data Retention

Depending on your plan we keep the results data according to the following retention policy:
HobbyTeamEnterprise
Raw data retention7 days30 days180 days
Aggregated data retention30 days1 year25 months
Simply put, you can “scroll back” within the defined period for raw data and inspect all the details of each result. After that, we store aggregates of the relevant statistics like average, p95 and p99 response time and success ratio.