> ## 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.

# List URL Analyses

Query url analyses history.

<Note>
  External Documentation

  To learn more, visit the [Intezer documentation](https://analyze.intezer.com/api-docs.html#/paths/url-analyses-history/post).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                        |
  | ---------- | ---------------------------------- |
  | End Date   | The end timestamp to query from.   |
  | Start Date | The start timestamp to query from. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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.                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-url-analyses-with-intezer-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-url-analyses-with-intezer-and-send-results-via-email/canvas" />
</div>
