# History Tab

Each time CopyStorm runs it records job information and statistics into a set of history logging tables within the CopyStorm database. The History Tab supports viewing and exporting CopyStorm job history.

The History Tab consists of two sections — a top section used to search for past CopyStorm jobs and a bottom section displaying a one-line status for each job in the database.

## CopyStorm Job History

![](/files/k9koEAiAMGVLt8CVzwM8)

## Job History Table Headers

| Column Name | Description                                                                                                                                             |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View\...    | Opens a dialog providing detailed status of the selected job.                                                                                           |
| Id          | ID of the job.                                                                                                                                          |
| Status      | Completion status of the job. Green checkmark indicates this job had no exceptions. Red exclamation indicates job finished with at least one exception. |
| Start       | The start timestamp of the job, in local time.                                                                                                          |
| End         | The end timestamp of the job, in local time.                                                                                                            |
| #Copied     | Number of records written to the database.                                                                                                              |
| #Skipped    | Records read but not copied as they are already in the backup.                                                                                          |
| #Deleted    | Records removed from the database due to deletion in Salesforce beyond retention settings.                                                              |
| #Snapshot   | Records captured as part of point-in-time copy or custom snapshot.                                                                                      |
| #Exceptions | Number of exceptions reported during the job.                                                                                                           |
| Time        | Total elapsed time of the job.                                                                                                                          |
| API Calls   | Number of Salesforce API calls used during the job.                                                                                                     |
| Version     | Application version used for the job.                                                                                                                   |
| Config File | Name of the `.copyStorm` configuration file associated with the job.                                                                                    |

## Individual Job View

When the “View…” column is clicked a dialog appears providing detailed job status. This dialog is similar to the “Copy in Progress” GUI but only contains tables that had activity in the selected job.

![](/files/x4peU56NeuXFQmlL969a)

### Individual Job View Table Headers

| Column Name | Description                                                                                |
| ----------- | ------------------------------------------------------------------------------------------ |
| Table       | Opens a dialog providing detailed status of the selected job.                              |
| Start Time  | Starting time of the table copy.                                                           |
| End Time    | Ending time of the table copy.                                                             |
| #Read       | Number of records read from Salesforce.                                                    |
| #Copied     | Number of records written to the database.                                                 |
| #Skipped    | Records read but not copied as they are already in the backup.                             |
| #Deleted    | Records removed from the database due to deletion in Salesforce beyond retention settings. |
| #Per Minute | Average number of records written to the database per minute.                              |
| Total Time  | Total Elapsed time of the table.                                                           |

### Exceptions View

Any exceptions that occurred during the job will be displayed in the Exceptions tab. In this example, the job had a single exception.

![](/files/ZRlNEFUICenSP8HisI3q)

## CopyStorm/Medic Job History

![](/files/pB8nyPMEc0t6nj4EJzgd)

## Job History Table Headers

| Column Name | Description                                                                                                                                             |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View\...    | Opens a dialog providing detailed status of the selected job.                                                                                           |
| Status      | Completion status of the job. Green checkmark indicates this job had no exceptions. Red exclamation indicates job finished with at least one exception. |
| Start       | Start timestamp of the job.                                                                                                                             |
| End         | Records read but not copied as they are already in the backup.                                                                                          |
| #Deleted    | Records removed from the database due to deletion in Salesforce beyond retention settings.                                                              |
| #Snapshot   | Records captured as part of point-in-time copy or custom snapshot.                                                                                      |
| #Exceptions | Number of exceptions reported during the job.                                                                                                           |
| Time        | Total elapsed time of the job.                                                                                                                          |
| API Calls   | Number of Salesforce API calls used during the job.                                                                                                     |
| Version     | Application version used for the job.                                                                                                                   |
| Config File | Name of the `.copyStormMedic` configuration file associated with the job.                                                                               |

## Individual Job View

When the “View…” column is clicked a dialog appears providing detailed job status:

![](/files/Wbm0Waiyx0L7DTwfiyBc)

## Other Features

In addition to viewing historical job data, the History Tab can be used to delete job records and to export job data to Excel-compatible CSV files.

To delete records:

* Click on the check box next to one or more Job #.
* Click on the “Delete” button.

To export job history to CSV files:

* Click on the check box next to one or more Job #.
* Click on the “Export” button.


---

# 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://learn.capstorm.com/reference/history-tab.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.
