# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stoobly.com/core-concepts/mock-api/requests/replay-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
