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.
Return the URL history for the specified URL.
Parameters
| Parameter | Description |
|---|
| URL | The URL to get the history information for. |
Example Output
{
"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