# View Detailed Scan Info

The detailed view of the Scan History in Pynt provides an in-depth exploration of **each scan**, offering crucial details such as the **scan ID**, a comprehensive **list of API endpoints** subjected to testing (with direct **links to the API catalog**), and quick access to associated **scan reports**.&#x20;

This feature allows users to delve into the specifics of each security assessment, ensuring a thorough understanding of the scan's scope, results, and related documentation.

To access this view, simply click on the arrow located on the right side of the relevant scan entry.

<figure><img src="/files/QCwHmRHOi8bLWp61YH6V" alt=""><figcaption><p>Access Detailed Scan Info</p></figcaption></figure>

<figure><img src="/files/KhCEFzNdQXoY2MEKTUrZ" alt=""><figcaption><p>Detailed scan history</p></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.pynt.io/documentation/scan-history/view-detailed-scan-info.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.
