# Export Visualisation and Report

## **Overview**

Akto supports export of visualisations and reports from the API Threat Detection dashboards. Download charts, metrics, and threat activity records for audits, reporting, or internal analysis.

## Download Visualisation

You can download any visualisation directly from the dashboard.

{% stepper %}
{% step %}
Open the dashboard and navigate to the visualisation you want to download.
{% endstep %}

{% step %}
In the top-right corner of the visualisation, click the three-bar horizontal menu.
{% endstep %}

{% step %}
Choose the export format based on your requirement. Akto supports:

* **PNG Image**
* **JPEG Image**
* **PDF Document**
* **SVG Vector Image**
* **CSV File**
* **XLS File**

<figure><img src="/files/NEXOjrdQJ3xCUjq4nJOi" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Each format allows you to save the selected visualisation exactly as displayed on the dashboard.

## Export Threat Activity Data

Export the complete threat activity dataset from the Threat Activity page.

{% stepper %}
{% step %}
In the left sidebar, select API Threat Detection and open the Threat Activity page.
{% endstep %}

{% step %}
In the top-right corner, click More Actions.

<figure><img src="/files/bT4i46FgTYL2KXbi4VC0" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select Export.

<figure><img src="/files/pwkoy4IH7BgOZZ2LuzGP" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Akto will download a JSON file containing all threat activity records.
{% endstep %}
{% endstepper %}

The exported JSON file provides a full dataset that you can use for investigations, pattern analysis, or system integrations.


---

# 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.akto.io/api-protection/how-to/export-visualisation-and-report.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.
