# Scan History

The Scan History view in Xygeni provides a timeline-based breakdown of all scans performed on repositories, pipelines, or environments. It offers detailed visibility into:

* When scans occurred
* Which scans succeeded, failed or have a Warning (Warning means that at least one partial scan has an error and at least one partial scan succeeded)
* What issues or compliance results were generated

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

### Filters & Controls

**You can filter this table by:**

* **Status** (Success, Error or Warning)
* **Scan ID Pattern**
* **Branch Pattern**
* **Inventory** (All, Scanned, Not Scanned)
* **Issues** (Present, Not Present)
* **Compliance** (Passed, Failed)

### Scan Records Table

| Column         | Description                                              |
| -------------- | -------------------------------------------------------- |
| **Status**     | Result of the scan (`Success`, `Error`, `Warning`)       |
| **Timestamp**  | When the scan was executed                               |
| **Scan ID**    | Unique ID for audit trail                                |
| **Project**    | Target repo/project name                                 |
| **Branch**     | Branch scanned (if known)                                |
| **Inventory**  | Whether a software bill of materials (SBOM) was included |
| **Issues**     | Indicates if any findings were detected                  |
| **Compliance** | Indicates if compliance checks were passed/failed        |
| **Actions**    | "Mark as baseline" or "View details"                     |

### Scan detail

This view also provide a detail of each scan performed. This detail include a summary with all the partial scans termination, a summary of the Inventory (SBOM) of the project, a table with the counts of the issues divided by category and severity and a summary of the compliance scan.

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


---

# 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/xygeni-products/scan-management/scan-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.
