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

Returns the URL report for the specified URL.

<Note>
  External Documentation

  To learn more, visit the [IBM X Force documentation](https://api.xforce.ibmcloud.com/doc/#/X-Force%20Threat%20Intelligence%20-%20URL/get_url__url_).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                       |
  | --------- | --------------------------------- |
  | URL       | The URL to return the report for. |
</div>

## Example Output

```json theme={"dark"}
{
	"result": {
		"url": "www.ibm.com",
		"cats": {
			"Software / Hardware": true,
			"General Business": true
		},
		"score": 1,
		"application": {
			"canonicalName": "ibm kenexa companalyst",
			"name": "IBM Kenexa CompAnalyst",
			"description": "An compensation tool for employees.",
			"actionDescriptions": {},
			"categories": {
				"Software / Hardware": true,
				"General Business": true
			},
			"categoryDescriptions": {
				"Software / Hardware": "This category includes Web sites from the area of software, computer hardware and other electronic components.",
				"General Business": "This category includes Web sites of industry, business, economy and supply of services."
			},
			"id": 8678,
			"actions": {},
			"score": 0.2,
			"baseurl": "http://01.ibm.com/software/smarterworkforce/compensation_divestiture",
			"urls": [
				"ibm.com",
				"www-03.ibm.com"
			],
			"riskfactors": {
				"insecure communication": {
					"value": 16,
					"description": "Limited parts of this application are provided over an unencrypted connection"
				}
			}
		},
		"categoryDescriptions": {
			"Software / Hardware": "This category includes Web sites from the area of software, computer hardware and other electronic components.",
			"General Business": "This category includes Web sites of industry, business, economy and supply of services."
		}
	},
	"associated": [
		{
			"url": "ibm.com",
			"cats": {
				"Software / Hardware": true,
				"General Business": true
			},
			"score": 1,
			"categoryDescriptions": {
				"Software / Hardware": "This category includes Web sites from the area of software, computer hardware and other electronic components.",
				"General Business": "This category includes Web sites of industry, business, economy and supply of services."
			}
		}
	],
	"tags": []
}
```

## Workflow Library Example

[Get Url Report with Ibm X Force and Send Results Via Email](https://library.blinkops.com/workflows/get-url-report-with-ibm-x-force-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-report-with-ibm-x-force-and-send-results-via-email/canvas" />
</div>
