> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/core-concepts/mock-api/requests/replay-history.md).

# 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](/core-concepts/mock-api/requests.md)'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](/guides/how-to-record-requests.md)), 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="/files/XX2CskleUoGsYCBeRYty" 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.
