> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/assets-and-files/view-a-detailed-list-of-files-on-each-asset.md).

# View a Detailed List of Files With Findings on Each Asset

This article describes how to do the following:

* View and filter a detailed list of files with findings on each asset, including S3 Buckets (AWS), Storage Accounts (Azure), and Cloud Storages (GCP).
* Leverage advanced filters to display files with multiple data types and various combinations.

### View a detailed list of public files on each asset

1. Navigate to the storage bucket whose file details you want to view.
   * In Prisma Cloud DSPM, click Inventory.
   * In Inventory, click the name of the specific storage bucket you want to view.\
     ![](/files/RK0kaEtcOVeF6xE1Bkbo)
2. Click the Findings tab.\
   ![](/files/t0KZ7LvWi9ZYyJbZJlh2)
3. In the Findings tab, view the following information for each file:
   * Name of file.
   * Size of file.
   * The type of file, for example image file or document file.
   * The status of the file.
   * The types of data in the file, for example street address or credit card number.
     * The data types are color-coded to denote the severity of the file’s contents.
     * Mouse hover over the data types to reveal more details about the data type.\
       ![](/files/TF9KDqsYTK3IwhpcWVDl)
     * Click Show Details to open the file type drawer and view further details about the file such as the console URL and public URL.
     * Click Report False Positive to report data mismatches or classification errors to enable Prisma Cloud DSPM to improve its detection accuracy.
   * The Finding Count number indicates the number of data type records in the file.
     * Mouse hover over the number to open the file type drawer and view further details about the file such as samples of the data type or the data type group.
   * The file’s folder path.
   * The issues related to the file. Mouse hover over the Issues icon to view the critical issues associated with the file.
   * Display files with multiple data types and various combinations

### Display files with multiple data types and various combinations

Leverage advanced filters to display files with multiple data types and various combinations. Examples include files containing First Name and Last Name, files with multiple data types ending with ".js," and public files with more than 100 records.

**Example 1:**

Use filters to display files with multiple data types, for example view files containing credit card numbers and first names and last names. ![](/files/lkB4RHTZ83ZlM2KUFhBB)

**Example 2:**

Use a combination of filters to view the files containing email addresses and phone numbers, and a findings count greater than 10.

![](/files/QG7XOxZdBGbhtDCpzzJo)


---

# 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.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/assets-and-files/view-a-detailed-list-of-files-on-each-asset.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.
