Get a list of previously analysed private files, ordered by SHA256.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop