External DocumentationTo learn more, visit the IBM X Force documentation.
Actions
Get URL History
Return the URL history for the specified URL.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| URL | The URL to get the history information for. |
{
"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
}
]
}
Was this page helpful?