---
title: "Returns an array of entries."
method: GET
path: "/mimic/access/list"
tags: ["Access"]
---

# Returns an array of entries.

`GET /mimic/access/list`

Each entry consists of user, agents (in minimal range representation) and access mask (not used currently).

## Response `200`

successful operation

- AccessEntry[]
  - `user` string
  - `agent_range` string
  - `access_mask` string

## Other responses

- `400` — Invalid agent number value

---

[API](https://skmtc.dev/gambitcomm/apis/mimic-rest-api.md) · [All operations](https://skmtc.dev/gambitcomm/apis/mimic-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gambitcomm/mimic-rest-api/revisions/eb67c54e9ec9/schema)
