> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# evidence_get

> Get all evidence entries for a report

## Summary

Retrieve all evidence (screenshots, files, etc.) associated with the current report.

* Needs Admin: False
* Version: 1-2
* Author: @its\_a\_feature\_

### Arguments

#### title

* Description: Report title to filter (if multiple reports exist)
* Required: False
* Default: ""

## Usage

```
evidence_get
evidence_get -title "Internal Pentest"
```

## Detailed Summary

Retrieves all evidence entries from a report including:

### Evidence Details

* Filename and file path
* Description and caption
* Upload timestamp
* File size and type
* Associated findings

Evidence can include screenshots, log files, configuration files, or any other supporting documentation for findings.
