> ## 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 Sub Analysis File Metadata

Get an analysis sample's metadata.

<Note>
  External Documentation

  To learn more, visit the [Intezer documentation](https://analyze.intezer.com/api-docs.html#/paths/analyses-analysis_id--sub-analyses--sub_analysis_id--metadata/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                    |
  | ---------------- | ------------------------------------------------------------------------------ |
  | Root Analysis ID | The Root analysis ID.                                                          |
  | Sub Analysis ID  | The sub analysis ID, can be retrieved from the 'List Sub Analyses IDs' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"architecture": "i386",
	"company": "Microsoft Corporation",
	"compilation_timestamp": "2014:02:06 12:37:44+00:00",
	"file_type": "pe",
	"md5": "ec7e3cfaeaac0401316d66e964be684e",
	"original_filename": "cryptsp.dll",
	"product": "Microsoft® Windows® Operating System",
	"product_version": "6.1.7600.16385",
	"sha1": "dbda26c8dfbd511fd048a89a0d0dd300df385e55",
	"sha256": "4e553bce90f0b39cd71ba633da5990259e185979c2859ec2e04dd8efcdafe356",
	"size_in_bytes": 260096,
	"ssdeep": "6144:PbNYcJzYikvnVaZnzShtmzoLVQFYp+oPuy9ijU9cR:PbSqenVqnzSht1QOpdA",
	"indicators": [
		{
			"name": "file_infector",
			"classification": "malicious",
			"additional_info": "expiro"
		}
	]
}
```

## Workflow Library Example

[Get Sub Analysis File Metadata with Intezer and Send Results Via Email](https://library.blinkops.com/workflows/get-sub-analysis-file-metadata-with-intezer-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-sub-analysis-file-metadata-with-intezer-and-send-results-via-email/canvas" />
</div>
