> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/detect-investigate-and-respond-to-threats/monitor-and-track-compliance-adherence/view-and-manage-compliance-assessments-and-reports/reports.md).

# Review reports

The **Reports** page accessible from **Posture Management → Compliance → Results → Reports** shows a table listing compliance assessment report files.

The table displays report details, including:

* Standard name
* Assessment profile
* Asset group
* Score
* Controls status
* Failed controls by severity
* Evaluation time

The **Evaluation time** indicates when the compliance assessment was last performed, not when the report was generated. Because compliance assessments occur every six hours, the Evaluation Time typically precedes the actual report generation time.

## Export compliance assessment reports

You can download a report by right clicking a report file in the table and selecting **Export to PDF** or **Export to CSV**. You can optionally delete reports.

You can also generate PDF or CSV reports and optionally receive them via email when you configure your assessment profile. For more information, see Use an assessment profile to run compliance checks on your assets.

The downloaded files contain the following information.

| Exported File Type | Information Included                                                                                                                                                                                                                                                                                                                                                                                                                   | File Retention after Report Generation |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| PDF                | <p>An executive summary showing:</p><ul><li>Asset Group</li><li>Report generation date</li><li>Compliance standard used for the compliance assessment</li><li>Standard details</li><li>Overall compliance assessment status (passed or failed)</li><li>Number of assets the compliance assessment ran on</li><li>The number (and percentage) of assets that passed</li><li>The number (and percentage) of assets that failed</li></ul> | Up to six months.                      |
| CSV                | A report detailing assets, controls, and rules.                                                                                                                                                                                                                                                                                                                                                                                        | Up to three days.                      |

**Example**

The following is a sample compliance assessment report exported to PDF.

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


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/detect-investigate-and-respond-to-threats/monitor-and-track-compliance-adherence/view-and-manage-compliance-assessments-and-reports/reports.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.
