# Scan History

At **Home >> Scan History,** you can access all the historical information related to executed scans.

{% hint style="info" %}
You can either select *All,* a *Project Group*, or a specific Single Project at the [Projects Selector](/introduction-to-xygeni/xygeni-web-ui-overview.md#projects-selector)
{% endhint %}

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

The Top panel shows a timeline of the frequency of the scans, splitted by:

* Successful scans (SUCCESS) ![](/files/TFCf6rjThN96e2RgQ6Q3)
* Scans with errors in analysis (WARNING) ![](/files/hDb1aorrgyYZYia0VEYg)
* Scans with processing errors (ERROR) ![](/files/jzRfXBY8EGL09ROC3yrO)

{% hint style="info" %}

* A scan is tagged as SUCCESS if ALL the executed scanners (deps, misconf, etc) were successful.
* A scan is tagged as WARNING if ANY of the executed scanners have failed.
* A scan is tagged as ERROR if ALL the executed scanners have failed.
  {% endhint %}

Clicking on the ![](/files/DouKZqrUhpxMfNVdqp29) details icon of a scan will open a slide with more information of the scan:

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

In case of error or warning, the slide will display the reason(s):

<figure><img src="/files/BS6GTIthZKZpgWJohz6g" alt="" width="563"><figcaption></figcaption></figure>

The list of scans also show (and filter) the **scope** of the scan: **complete** (**Full Scan**) or **partial** (**Partial Scan**)

{% hint style="info" %}

* A scan is tagged as **Full Scan** if ALL the scanners have been executed
* A scan is tagged as **Partial Scan** if SOME scanner has not been executed (*skipped*)
  {% endhint %}

Clicking on the ![](/files/rtN6GN3XNu2nfMDtEulY) save icon of a scan marks that scan as the **baseline** of the project.

{% hint style="info" %}
See [Project Baseline](/introduction-to-xygeni/key-concepts/project-baseline.md) for further reference.
{% endhint %}

### Scans Comparison

Most of Risk pages contain a functionality to compare scans. It can be accessed by selecting **ChangeLog** option.

{% hint style="info" %}
See [Comparison between different scans](/xygeni-products/application-security-posture-management-aspm/all-risks/issues-comparison-between-different-scans.md) for further information on how to compare scans
{% endhint %}


---

# 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.xygeni.io/introduction-to-xygeni/reports/scans.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.
