# Replay History

## What is the Replay History?

The replay history is a list of previously recorded replays of a request.

## How to Access the Replay History?

To view a [Request](https://docs.stoobly.com/core-concepts/mock-api/requests)'s replay history in the UI, click on that request. If you have not recorded anything yet, it will be empty.

But once you have replayed it (see [the recording requests guide](https://docs.stoobly.com/guides/how-to-record-requests)), the list will show the replayed instances and will contain request data such as the headers, response body, timestamps as well as an option to **Activate** it to overwrite the original response with that one's.

<figure><img src="https://3980092275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLvhXOE-py5MDUOXDKD%2Fuploads%2Fgit-blob-b38487a7f9cdf891d33477b2ced0c2b8030e0648%2FScreenshot%202023-05-03%20105552.png?alt=media" alt=""><figcaption><p>Figure 1. Replay History</p></figcaption></figure>

In the screenshot, the request was replayed four times. The replay history enables us to see detailed information on those four replayed requests.
