> For the complete documentation index, see [llms.txt](https://docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akto.io/api-protection/how-to/export-visualisation-and-report.md).

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