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

# Get URL Analysis Result

Retrieve a summary of a URL analysis, the summary provides high-level analysis results.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter       | Description          |
  | --------------- | -------------------- |
  | URL Analysis ID | The URL analysis ID. |
</div>

## Example Output

```json theme={"dark"}
{
	"result": {
		"analysis_id": "0833e33b-2dcd-4d48-a853-8b4822675911",
		"analysis_time": "Wed, 17 Oct 2018 15:16:45 GMT",
		"analysis_url": "https://analyze.intezer.com/url/0833e33b-2dcd-4d48-a853-8b4822675911",
		"api_void_risk_score": 0,
		"domain_info": {
			"creation_date": "1997-08-13 04:00:00.000000",
			"domain_name": "string",
			"registrar": "TUCOWS, INC."
		},
		"downloaded_file": {
			"analysis_id": "string",
			"analysis_summary": {
				"verdict_description": "string",
				"verdict_name": "malicious",
				"verdict_type": "malicious"
			},
			"sha256": "string"
		},
		"indicators": [
			{
				"classification": "string",
				"text": "string"
			}
		],
		"ip": "string",
		"redirect_chain": [
			{
				"response_status": 0,
				"url": "string"
			}
		],
		"scanned_url": "https://www.intezer.com",
		"submitted_url": "www.intezer.com",
		"summary": {
			"main_connection_gene_count": 0,
			"main_connection_gene_percentage": 0,
			"title": "string",
			"verdict_name": "phishing",
			"verdict_type": "malicious"
		}
	},
	"result_url": "/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
	"status": "succeeded"
}
```

## Workflow Library Example

[Get Url Analysis Result with Intezer and Send Results Via Email](https://library.blinkops.com/workflows/get-url-analysis-result-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/get-url-analysis-result-with-intezer-and-send-results-via-email/canvas" />
</div>
