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

Return the URL history 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_history__url_).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                 |
  | --------- | ------------------------------------------- |
  | URL       | The URL to get the history information for. |
</div>

## Example Output

```json theme={"dark"}
{
	"url": "www.ibm.com",
	"created": "2014-01-01T00:00:00.000Z",
	"cats": {
		"Software / Hardware": {
			"confidence": 100,
			"reasons": [
				{
					"id": "XFR",
					"name": "X-Force Research",
					"description": "X-Force Research"
				}
			],
			"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
		},
		"General Business": {
			"confidence": 100,
			"reasons": [
				{
					"id": "XFR",
					"name": "X-Force Research",
					"description": "X-Force Research"
				}
			],
			"description": "This category includes Web sites of industry, business, economy and supply of services."
		}
	},
	"score": 1,
	"history": [
		{
			"url": "www.ibm.com",
			"created": "2014-01-01T00:00:00.000Z",
			"cats": {
				"Software / Hardware": {
					"confidence": 100,
					"reasons": [],
					"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
				},
				"General Business": {
					"confidence": 100,
					"reasons": [],
					"description": "This category includes Web sites of industry, business, economy and supply of services."
				}
			},
			"score": 1
		}
	]
}
```

## Workflow Library Example

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