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

# List Hosts

Retrieve a list of all hosts.

<Note>
  External Documentation

  To learn more, visit the [Tenable Security Center documentation](https://docs.tenable.com/security-center/api/Hosts.htm#\[data-colorid=a6q526exxa]color:#2bbac5%20html\[data-color-mode=dark]%20\[data-colorid=a6q526exxa]color:#3ac9d4\[data-colorid=jy0mdlzync]color:#2bbac5%20html\[data-color-mode=dark]%20\[data-colorid=jy0mdlzync]color:#3ac9d4\[data-colorid=o7e3lls4wq]color:#333333%20html\[data-color-mode=dark]%20\[data-colorid=o7e3lls4wq]color:#cccccchosts_GET).
</Note>

## Parameters

<div className="integrations-table">
  | 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. |
</div>

## Example Output

```json theme={"dark"}
{
  "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
}
```

## Workflow Library Example

[List Hosts with Tenable Security Center and Send Results Via Email](https://library.blinkops.com/workflows/list-hosts-with-tenable-security-center-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/list-hosts-with-tenable-security-center-and-send-results-via-email/canvas" />
</div>
