External DocumentationTo learn more, visit the Intezer documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Url Analyses with Intezer and Send Results Via EmailPreview this Workflow on desktop
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?