External DocumentationTo learn more, visit the VirusTotal documentation.
Actions
List Private Files
Get a list of previously analysed private files, ordered by SHA256.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Cursor | A 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. |
| Limit | The maximum number of items to get. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"meta": {
"cursor": "<string>",
"count": 0
},
"data": {},
"links": {
"self": "<string>",
"next": "<string>"
}
}
Was this page helpful?