> ## 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.

# Get Private File Report

Get information about a scanned private file.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter              | Description                            |
  | ---------------------- | -------------------------------------- |
  | Analysed File's SHA256 | The analysed file's SHA256 identifier. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"attributes": {
			"sha1": "7bae8076a5771865123be7112468b79e9d78a640",
			"magic": "ASCII text",
			"tags": [
				"text"
			],
			"exiftool": {
				"MIMEType": "text/plain",
				"LineCount": "1",
				"MIMEEncoding": "us-ascii",
				"FileTypeExtension": "txt",
				"FileType": "TXT",
				"WordCount": "1",
				"Newlines": "Unix LF"
			},
			"trid": [
				{
					"file_type": "file seems to be plain text/ASCII",
					"probability": 0.0
				}
			],
			"vhash": "9eecb7db59d16c80417c72d1e1f4fbf1",
			"sha256": "11a77c3d96c06974b53d7f40a577e6813739eb5c811b2a86f59038ea90add772",
			"ssdeep": "3:tdn:T",
			"md5": "e5828c564f71fea3a12dde8bd5d27063",
			"size": 5
		},
		"type": "private_file",
		"id": "11a77c3d96c06974b53d7f40a577e6813739eb5c811b2a86f59038ea90add772",
		"links": {
			"self": "https://www.virustotal.com/api/v3/private/files/11a77c3d96c06974b53d7f40a577e6813739eb5c811b2a86f59038ea90add772"
		}
	}
}
```

## Workflow Library Example

[Get Private File Report with Virustotal and Send Results Via Email](https://library.blinkops.com/workflows/get-private-file-report-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/get-private-file-report-with-virustotal-and-send-results-via-email/canvas" />
</div>
