> ## 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 Active And Public Hosts

Retrieve active and public hosts in your Brinqa instance.

<Note>
  External Documentation

  To learn more, visit the [Brinqa documentation](https://docs.brinqa.com/docs/graphql-hosts).
</Note>

## Example Output

```json theme={"dark"}
{
  "data": {
    "hosts": [
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "QQNS9715.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.205Z",
        "id": "1624846130314362889",
        "macAddresses": "[B0:B1:36:1B:74:AF]",
        "openFindingCount": 52,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[felipe.gould@example.com]", "name": "Felipe Gould"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"},
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[barton.friesner@example.com]", "name": "Barton Friesner"}
        ]
      },
      {
        "baseRiskScore": 10,
        "dataIntegrationTitles": "[Armis, Crowdstrike, Brinqa Manual Entry, Microsoft endpoint configuration manager, Qualys VM, ServiceNow]",
        "displayName": "EWRQ3377.brinqa.com",
        "firstSeen": "2023-02-12T19:06:55.247Z",
        "id": "1624846130314362896",
        "macAddresses": "[B9:49:3D:CE:13:16]",
        "openFindingCount": 38,
        "os": "Windows Server 2022",
        "owners": [
          {"emails": "[maryanne.whyman@example.com]", "name": "Maryanne Whyman"},
          {"emails": "[christa.bodenschatz@example.com]", "name": "Christa Bodenschatz"},
          {"emails": "[teodoro.gaboury@example.com]", "name": "Teodoro Gaboury"}
        ]
      },
      // ... other hosts ...
    ]
  }
}
```

## Workflow Library Example

[List Active and Public Hosts with Brinqa and Send Results Via Email](https://library.blinkops.com/workflows/list-active-and-public-hosts-with-brinqa-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-active-and-public-hosts-with-brinqa-and-send-results-via-email/canvas" />
</div>
