External DocumentationTo learn more, visit the Intezer documentation.
Actions
List Analyses
Get analyses history.

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 |
|---|---|
| End Date | The end timestamp to query from. |
| Start Date | The start timestamp to query from. |
| Parameter | Description |
|---|---|
| File Name | The name of the file analyzed. |
| Max Analyses | The maximum number of analyses returned by the query. |
| Offset | The number of analyses to skips the before beginning to return the analyses. |
| Verdicts | Filter by the analyses verdict. |
{
"analyses": [
{
"account_id": "<string>",
"analysis_creation_time": "Wed, 23 Apr 2025 19:02:01 GMT",
"analysis_id": "<string>",
"analysis_result": "<string>",
"analysis_url": "<string>",
"family_name": null,
"file_name": "<string>",
"md5": "<string>",
"sha1": "<string>",
"sha256": "<string>",
"source": "<string>",
"verdict": "<string>"
}
],
"total_count": 0
}
Was this page helpful?