Retrieve a summary of an analysis, the summary provides high-level analysis results.

External Documentation

To learn more, visit the Intezer documentation.

Parameters

ParameterDescription
Analysis IDThe analysis ID.

Example Output

{
	"result": {
		"analysis_id": "<string>",
		"analysis_time": "Wed, 23 Apr 2025 19:02:01 GMT",
		"analysis_url": "<string>",
		"file_name": "<string>",
		"is_private": true,
		"sha256": "<string>",
		"sub_verdict": "<string>",
		"tags": [
			"<string>",
			"<string>"
		],
		"verdict": "<string>"
	},
	"result_url": "<string>",
	"status": "<string>"
}

Workflow Library Example

Get Analysis Result with Intezer and Send Results Via Email

Preview this Workflow on desktop