> 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-early-access/automox/how-epiphany-interacts-with-the-automox-api.md).

# How Epiphany Interacts with the Automox API

### **Required API Calls**

#### **Call 1: GET Servers**

```
GET https://console.automox.com/api/servers/?o={org_id}
```

#### Call 2: GET Apps

```
GET https://console.automox.com/api/orgs/{org_id}/packages/?o={org_id}
```

#### Call 3: GET Policies

```
GET https://console.automox.com/api/policies/?o={org_id}
```

#### Call 4: GET Compliance Stats

```
GET https://console.automox.com/api/policystats/?o={org_id}
```
