External DocumentationTo learn more, visit the Tenable Security Center documentation.
Actions
List Hosts
Retrieve a list of all hosts.

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 |
|---|---|
| End Offset | The ending offset of the results to retrieve. Get results until this offset. |
| Limit | The maximal number of returned results. |
| Start Offset | The starting offset of the results to retrieve. Get results from this offset. |
{
"type": "regular",
"response": [
{
"id": "154",
"uuid": "68262460-941b-4762-906e-47298f79911e",
"tenableUUID": "58bd0909-f66d-4248-8c20-2501b208bb65",
"name": "Aerified",
"ipAddress": "201.22.196.102",
"os": "Linux",
"firstSeen": "1770798",
"lastSeen": "1685038",
},
{
"id": "47",
"uuid": "e9344880-c32f-458c-b78e-211ce81d10cb",
"tenableUUID": "dce3a590-70f0-4530-9843-5d3c83666f75",
"name": "Windows 10",
"ipAddress": "90.248.112.168",
"os": "Windows 10",
"firstSeen": "1755893",
"lastSeen": "1221376",
}
],
"error_code": 0,
"error_msg": "",
"warnings": [],
"timestamp": 1626889388
}
Was this page helpful?