Common Questions: API Test Results Retention

API Test Results Retention

Each API Monitoring test retains a limited amount of history:

  • The full step (HTTP request/response) details are stored for the last 100 successes and the last 100 failures.
  • Test result summary information (pass/fail, no step details) is stored for the last 1,000 test runs.

Test retention also takes into account our data retention policy of 90 days.

To view a result from the dashboard, you may access the details of the last 100 successful and failed test runs from each test's Results page, or by clicking on the individual results in the red, green, or orange Latest Results bar on the Overview page. You may also retrieve additional summary history up to the last 1,000 test runs via the API.

To store results in a system of your choosing (e.g. S3) for longer retention, set up a webhook notification listener and store results as they are generated.

For more advanced analysis of results over time, connect BlazeMeter API Monitoring with an analytics provider like Splunk Cloud, Datadog, Keen, or New Relic Insights.

Additional Resources