From 93b59e15e8ceb7f1fe0537c87db67cd7b6a816a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Jes=C3=BAs=20Pe=C3=B1a=20Rodr=C3=ADguez?= Date: Tue, 18 Mar 2025 10:09:13 +0100 Subject: [PATCH] chore: add api reference to download report section (#7243) --- docs/tutorials/prowler-app.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/prowler-app.md b/docs/tutorials/prowler-app.md index 18e5f5a2df..6228836fcf 100644 --- a/docs/tutorials/prowler-app.md +++ b/docs/tutorials/prowler-app.md @@ -184,3 +184,6 @@ To download these files, click the **Download** button. This button becomes avai This action downloads a `zip` file containing an `output` folder, which includes the files mentioned above: CSV, JSON-OSCF, and HTML reports. Output folder + +???+ note "API Note" + To learn more about the API endpoint the UI uses to download ZIP exports, see: [Prowler API Reference - Download Scan Output](https://api.prowler.com/api/v1/docs#tag/Scan/operation/scans_report_retrieve)