# Restore output results

Sometimes you need to get back to the results of previous workflow executions.

To do that proceed to the <mark style="background-color:blue;">**“History”**</mark> menu item at the top menu.

## General view

You’ll see there all the executions performed before:

<figure><img src="/files/4YIdtMDQTvh2Gu2Q4XYw" alt=""><figcaption><p>Interface of "History" table</p></figcaption></figure>

Every historical entry has:

1. Timestamp[^1]
2. Name of the workflow
3. Id of the workflow
4. Size[^2] - Number of results for the execution
5. Status - success, queued, or failed
6. A number of credits spent for the execution
7. The time it took (in seconds)
8. Actions

## Actions

To **view the output** of a specific workflow, click:

<figure><img src="/files/2wGTC7tvAa2EDBBbOYXo" alt=""><figcaption><p>Viewing output results</p></figcaption></figure>

Other actions for the entry are:

* **Download results** as CSV
* **Restart the workflow** - repeats the same workflow with the same input but with the latest updates (either in external data sources or after your recent changes in the workflow).
* **Delete entry** from the history log

## Refreshing history

In case you restarted a workflow, click the [<mark style="background-color:blue;">**“Refresh”**</mark>](#user-content-fn-3)[^3] button on the top right to see its results:

<figure><img src="/files/ZpMju4J6qjka2IQvvzyz" alt=""><figcaption></figcaption></figure>

[^1]: Displays, when this workflow was executed

[^2]: I.e. pages for document processing, # variations for content generation, results found etc.

[^3]:


---

# 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.drafter.ai/maintain/restore-output-results.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.
