> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports.md).

# Reports

With Snyk API & Web, you can generate reports to showcase your security to auditors or customers, achieve compliance, perform internal assessments, and more.

## Types of reports

Snyk offers several types of reports:

### Target scan reports

Target scan reports are available in PDF and DOCX formats and include:

* **Standard** - The default report type for target scans.
* **Executive Summary** - A high-level view report.
* **PCI-DSS v.4.0.1 and v.3.2.1** - Compliance reports for PCI-DSS standards.
* **OWASP Top 10 2021 and 2025** - Reports based on OWASP Top 10 frameworks.
* **ISO 27001** - Compliance report for ISO/IEC 27001 (2022 revision).
* **HIPAA** - Compliance report for HIPAA standards.

Visit [Report types](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/report-types.md) to learn more about each report type and its contents.

### Coverage reports

Coverage reports show all the URLs that Snyk visited while the scan was running. These CSV reports help you verify that your target was scanned in full and that all endpoints were covered.

Visit [Coverage report](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/coverage-report.md) to learn how to read and interpret coverage reports.

### Saved reports

Saved reports let you generate reports based on search criteria that can comprise multiple targets. This feature is available on the Enterprise plan only.

Visit [Saved reports](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/saved-reports.md) to learn how to configure and download saved reports.

### Table exports

You can export filtered, customized table data directly from your Snyk account to CSV format for analysis in Excel, Google Sheets, or any BI tool.

Visit [Export table data to CSV](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/export-table-data-to-csv.md) to learn how to export table data.

## Generate reports

To learn how to generate and configure reports:

* Visit [Generate a scan report](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/generate-scan-report.md) to learn the different ways to generate target scan reports.
* Visit [Change report type](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/change-report-type.md) to learn how to generate different types of reports.
* Visit [Switch report format](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/switch-report-format.md) to learn how to change between DOCX and PDF formats.
* Visit [Generate a CSV coverage report](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-reports/generate-csv-coverage-report.md) to learn how to generate coverage reports.


---

# 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.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/review-and-fix/overview-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.
