# History

💡 The history page shows you all the previously run jobs, as well as giving you access to the success and error files.

## What does History show?

The History page shows the following information:

1. The name of the Job, as well as if this was a Retry, or Rollback.
2. How long the Job took to complete.
3. The Date & Time at which the Job was started.
4. The total number of records processed in the job.
5. The number of successful records processed.
6. The number of failed records processed.
7. The Links to the Successful & Failed Records.

<figure><img src="/files/9Doxap9uvqeHYdWXDCIz" alt=""><figcaption></figcaption></figure>

## How long is the History available for?

The History for each Job Run is available for 14 days after the Job Run has finished. At this time, the Job Results are deleted permanently from the Server and will not be available for you to view.


---

# 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://help.dataimporter.io/jobs/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.
