External DocumentationTo learn more, visit the Intezer documentation.
Actions
Get Analysis Result
Retrieve a summary of an analysis, the summary provides high-level analysis results.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Analysis ID | The analysis ID. |
{
"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>"
}
Was this page helpful?