---
title: "GET /api/access-lists/{listId}/entries"
method: GET
path: "/api/access-lists/{listId}/entries"
tags: ["api", "access-lists"]
---

# GET /api/access-lists/{listId}/entries

`GET /api/access-lists/{listId}/entries`

Get all Access List Entries

## Path parameters

- `listId` string, required — The ID of the Access List

## Query parameters

- `customerId` string — The ID of the customer to filter for
- `externalCode` string — The external code to filter for
- `email` string — The email to filter for
- `skip` number, float — The number of objects to skip for the requested result
- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.

## Response `200`

OK

- GETAccessListsGetAllAccessListEntries200Response
  - `docs` AccessListEntryResource[]
    - `_id` string, required — The ID of the access list entry.
    - `listId` string, required — The ID of the access list of the access list entry.
    - `externalCode` string, required — The external code of the access list entry.
    - `customerId` string, nullable — The ID of the customer of the access list entry.
    - `sellerId` string, required — The ID of the seller of the access list entry.
    - `firstname` string, nullable — The first name of the access list entry.
    - `lastname` string, nullable — The last name of the access list entry.
    - `email` string, email, nullable — The email of the access list entry.
    - `phone` string, nullable — The phone number of the access list entry.
    - `meta` object — The key-value pairs of the extra data of the access list entry.
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
