Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Query url analyses history.
Basic Parameters
| Parameter | Description |
|---|
| End Date | The end timestamp to query from. |
| Start Date | The start timestamp to query from. |
Advanced Parameters
| 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. |
Example Output
{
"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>"
}
]
}
Workflow Library Example
List Url Analyses with Intezer and Send Results Via Email