> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/introduction-to-xygeni/scans.md).

# 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/jbuF8pysgE0ZsIbC23eD" 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/6fNg2U1Lkj2upXIfu8Ex" alt=""><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 save icon of a scan marks that scan as the **baseline** of the project.

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

{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xygeni.io/introduction-to-xygeni/scans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
