get_analysis: Get Analysis Results

View source: R/get_analysis.R

get_analysisR Documentation

Get Analysis Results

Description

Retrieves the results of a file or URL analysis by its analysis ID.

Usage

get_analysis(id = NULL, ...)

Arguments

id

Analysis ID (character string). Required.

...

Additional arguments passed to virustotal_GET.

Value

list containing analysis results including status and detection stats

References

https://docs.virustotal.com/reference/analysis

See Also

set_key for setting the API key

Examples

## Not run: 

# Before calling the function, set the API key using set_key('api_key_here')

get_analysis(id='NjY0MjRlOTFjMDIyYTkyNWM0NjU2NWQzYWNlMzFmZmI6MTI4NTk')

## End(Not run)

virustotal documentation built on April 13, 2026, 9:07 a.m.