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

# List Private Files

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

<Note>
  External Documentation

  To learn more, visit the [VirusTotal documentation](https://virustotal.readme.io/reference/list-private-files).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                   |
  | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Cursor           | A pagination token that indicates which page the next set of results.<br /><br />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.                                                                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"cursor": "<string>",
		"count": 0
	},
	"data": {},
	"links": {
		"self": "<string>",
		"next": "<string>"
	}
}
```

## Workflow Library Example

[List Private Files with Virustotal and Send Results Via Email](https://library.blinkops.com/workflows/list-private-files-with-virustotal-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-private-files-with-virustotal-and-send-results-via-email/canvas" />
</div>
