External DocumentationTo learn more, visit the Intezer documentation.
Actions
List URL Analyses
Query url 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 |
|---|---|
| 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. |
| Submitted URL | Filter by the URL that was submitted. |
{
"total_count": 105,
"analyses": [
{
"account_id": "<string>",
"analysis_creation_time": "Fri, 04 Apr 2025 19:04:05 GMT",
"analysis_id": "<string>",
"analysis_result": "<string>",
"analysis_url": "<string>",
"did_download_file": false,
"scanned_url": "<string>",
"source": "<string>",
"sub_verdict": "<string>",
"submitted_url": "<string>",
"verdict": "<string>"
},
{
"account_id": "<string>",
"analysis_creation_time": "Wed, 23 Apr 2025 19:02:01 GMT",
"analysis_id": "<string>",
"analysis_result": "<string>",
"analysis_url": "<string>",
"did_download_file": false,
"scanned_url": "<string>",
"source": "<string>",
"sub_verdict": "<string>",
"submitted_url": "<string>",
"verdict": "<string>"
}
]
}
Was this page helpful?