Get a list of previously analysed private files, ordered by SHA256.

External Documentation

To learn more, visit the VirusTotal documentation.

Parameters

ParameterDescription
CursorA pagination token that indicates which page the next set of results.

When included in the response, this cursor means additional items exist in subsequent pages.
LimitThe maximum number of items to get.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
  "meta": {
    "cursor": <string>,
    "count": <int>
  },
  "data": {
    <PRIVATE_FILE_OBJECT>,
    <PRIVATE_FILE_OBJECT>,
    ...
  },
  "links": {
    "self": <string>,
    "next": <string>
  }
}

Workflow Library Example

List Private Files with Virustotal and Send Results Via Email

Preview this Workflow on desktop