> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/qualys/how-epiphany-interacts-with-the-qualys-api.md).

# How Epiphany Interacts With the Qualys API

## **Required API Calls**

#### **Call 1: GET Knowledge Base**

```
GET https://<api_server>/api/2.0/fo/knowledge_base/vuln/
```

#### Call 2: GET Host XML

```
GET https://<api_server>/api/2.0/fo/asset/host/
```

#### Call 3: GET Host VM XML

```
GET https://<api_server>/api/2.0/fo/asset/host/vm/detection/
```
