# Export Vulnerability Report from Test Results

### Steps

1. Navigate to Testing > Results in the left sidebar
2. Select your test run
   * View results showing vulnerabilities, severity levels, and scan details
3. Export the report
   * Click "More actions" in the top-right
   * Select "Export vulnerability report"

<figure><img src="/files/qWEethu86DaMNg1nojvs" alt="" width="563"><figcaption></figcaption></figure>

## Export Report in Markdown

he Export Report flow allows you to extract selected test findings as a Markdown file for downstream use cases such as documentation, reviews, or internal reporting.

#### Steps to Export

{% stepper %}
{% step %}
Log in to **Akto** using an account with access to API Security Testing.
{% endstep %}

{% step %}
Navigate to **API Security Testing** and open the **Results** section.
{% endstep %}

{% step %}
Identify the required test run from the list of completed test runs.
{% endstep %}

{% step %}
Select one or more issues from the test results table by using the issue name or the selection checkbox for multiple issues.
{% endstep %}

{% step %}
Review the bottom action bar that appears after issue selection. Click **Export selected test results as Markdown** to initiate the export.

<figure><img src="/files/BCIO12dqSoTRvqffjStz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Download and store the generated Markdown report for external sharing or internal workflows.
{% endstep %}
{% endstepper %}


---

# 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-security-testing/how-to/export-test-results.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.
