> ## 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 Code Reuse

Get code reuse findings in a specific file analysis.

<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--code-reuse/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"}
{
	"common_gene_count": 399,
	"gene_count": 396,
	"gene_type": "native_windows",
	"unique_gene_count": 23,
	"families": [
		{
			"family_id": "f547e65e-3160-4f50-8f12-781679173ba4,",
			"family_name": "Longhorn,",
			"family_type": "malware,",
			"reused_gene_count": 220
		},
		{
			"family_id": "0d4b51b7-c4cf-4969-adf6-1291f1a507ea,",
			"family_name": "Plexor,",
			"family_type": "malware,",
			"reused_gene_count": 4
		},
		{
			"family_id": "94c0fcf1-b017-46af-a01e-9c2791f27c7b,",
			"family_name": "The Qt Company Ltd,",
			"family_type": "library,",
			"reused_gene_count": 72
		},
		{
			"family_id": "d803322d-e659-44fd-a198-bc8b42397b04,",
			"family_name": "Microsoft Visual C/C++ Libraries,",
			"family_type": "library,",
			"reused_gene_count": 63
		}
	]
}
```

## Workflow Library Example

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