---
title: "List the allowed entries in the Access List"
method: GET
path: "/groups/{groupId}/apps/{appId}/security/access_list"
tags: ["security"]
---

# List the allowed entries in the Access List

`GET /groups/{groupId}/apps/{appId}/security/access_list`

List the allowed entries in the Access List of your Atlas App Services App.

## Response `200`

- object[]
  - `current_ip` string
  - `allowed_ips` object[]
    - `_id` string, ObjectID — ObjectID
    - `address` string
    - `ip` string, net.IP — net.IP
    - `network` string, net.IPNet — net.IPNet
    - `comment` string

---

[API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
