Skip to main content

List URL Analyses

Query url analyses history.

External Documentation

To learn more, visit the Intezer documentation.

Basic Parameters

ParameterDescription
End DateThe end timestamp to query from.
Start DateThe start timestamp to query from.

Advanced Parameters

ParameterDescription
Max AnalysesThe maximum number of analyses returned by the query.
OffsetThe number of analyses to skips the before beginning to return the analyses.
Submitted URLFilter by the URL that was submitted.

Example Output

{
"total_count": 105,
"analyses": [
{
"account_id": "c09d3082-5425-4a7b-b48c-a31bd382054a",
"analysis_creation_time": "Wed, 17 Oct 2018 15:16:45 GMT",
"analysis_id": "cce2daac-bc8d-45cd-96e6-0da3794104fb",
"analysis_status": "succeeded",
"analysis_url": "https://analyze.intezer.com/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
"source": "api",
"did_download_file": true,
"scanned_url": "https://www.intezer.com",
"submitted_url": "www.intezer.com",
"verdict": "malicious",
"sub_verdict": "phishing"
}
]
}

Workflow Library Example

List Url Analyses with Intezer and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop