# Viewing a Backup or Archive Job Details

{% hint style="success" %}

#### Required User Credentials

\[**Flosum User**] - **Backup & Archive** license with **Backup & Archive** permissions
{% endhint %}

## <img src="/files/CBvqj0H8446fKLeXtHLv" alt="" data-size="original">Overview

Backup and archive jobs provide detailed information about both the job itself and the data they store. You can view field-level details of backed-up objects, as well as job-specific information, including statistics on backed-up records, metadata components, and transaction logs. This article explains how to access job details and outlines the available information, helping you gain insight into the backup process and verify the integrity of your data.

## Viewing Job Details

Once a backup or archive job is complete, you can access detailed information about the job and the data it backed up. The following instructions show you how to access a job’s details. The information provided by the job is outlined in each of the sections below.

{% stepper %}
{% step %}

### Select Job to View

1. Click **Backup & Archive** from the sidebar menu.
2. Click the **Organization Switcher** from the breadcrumb path.

   <div align="left"><figure><img src="/files/p8OKkXszOO3IIrrFk3y5" alt="" width="563"><figcaption></figcaption></figure></div>
3. Select the organization you wish to view.

   <div align="left"><figure><img src="/files/Lugl9GAMApiWi6PgrA48" alt="" width="563"><figcaption></figcaption></figure></div>
4. Click the **History** tab.
5. Click a backup or archive job to view its details.

   <div align="left"><figure><img src="/files/W3RY61w8pyJsqvJ7JKCP" alt="" width="563"><figcaption></figcaption></figure></div>
6. Each of the following sections explains a different tab of the job details.
   {% endstep %}

{% step %}

### Overview Tab

* The Overview tab provided important information about the backup process. It included details such as the backup type, status, and run time.
* Statistics for records backed up by this job include backup size, the number of records included, and the number of records added, modified, and deleted.

  <div align="left"><figure><img src="/files/jr1dITBGzRCdTw7E31xl" alt="" width="563"><figcaption></figcaption></figure></div>
* Templated Backups and Templated Archives also include an **Open Template** button that lets you view the template and objects included in the job.

  <div align="left"><figure><img src="/files/jPJBhP287MaHOqLUoFCw" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Data Tab

* The Data tab shows all objects in the backup. You can search for specific objects and sort the table by any of the columns.

  <div align="left"><figure><img src="/files/EMYComogkvqk25Q04Stm" alt="" width="563"><figcaption></figcaption></figure></div>
* Clicking an object opens its backup details, including a table of the records in the backup. If no records for an object were added, changed, or deleted, no records will be listed here.

  <div align="left"><figure><img src="/files/S3vpb0PGoJXXmnswNMoD" alt="" width="563"><figcaption></figcaption></figure></div>
* Clicking on a record allows you to view the field **Details** for the record.

  <div align="left"><figure><img src="/files/lkRfCpq1xnwXsuMU7v69" alt="" width="563"><figcaption></figcaption></figure></div>
* The **History** tab lets you compare fields to previous versions.
* Use the **Select version** dropdown menu to pick a version to compare this version to.
* Click the **Show/Hide identical fields** button to toggle between showing all fields and showing only changed fields.

  <div align="left"><figure><img src="/files/H7DRtLu5rUpw99PlYr70" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Metadata Tab

* The Metadata tab shows all metadata objects in the backup. You can search for specific objects and sort the table by any of the columns.

  <div align="left"><figure><img src="/files/Buvl5MjUUmueifZ1URXi" alt="" width="563"><figcaption></figcaption></figure></div>
* Clicking on a metadata object opens a list of records for that object.

  <div align="left"><figure><img src="/files/cSDwPfkzdFelk55vd7Tf" alt="" width="563"><figcaption></figcaption></figure></div>
* Clicking on a record allows you to view the field values for the record.

  <div align="left"><figure><img src="/files/9HSpxxjnqD3RcNndSeKa" alt="" width="563"><figcaption></figcaption></figure></div>
* If the job did not include metadata, the Metadata tab will display **No Objects** in the table.

  <div align="left"><figure><img src="/files/2xLQQpNCUVp6pJTTGxSy" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Settings Tab

{% hint style="info" %}
Templated Archive jobs lack a Settings tab because there are no settings to configure for these jobs.
{% endhint %}

* The Settings tab displays the **Job Settings** chosen for this backup. The objects included in the backup are indicated by a grayed-out checkbox with a check mark. In the example below, all objects are included.

  <div align="left"><figure><img src="/files/Cufcp70Jayh3LF7fsdDv" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Logs Tab

* The Logs tab displays a list of all objects the job analyzed, along with the job log entries. The table of objects is searchable and can be filtered by column.
* You can filter the objects by their status by choosing **Total**, **Queued**, **In Progress**, **Exception**, or **Completed** from the status bar above the search bar.
* Clicking the **Download** button will save a CSV file of the backup job’s logs.

  <div align="left"><figure><img src="/files/VOR3s7Dk3lIWgEhu8Bap" alt="" width="563"><figcaption></figcaption></figure></div>

{% endstep %}
{% endstepper %}


---

# 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.flosum.com/backup-and-archive/backup-and-archive/viewing-a-backup-or-archive-job-details.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.
