---
title: "Get one List's entities"
method: GET
path: "/lists/{list_token}"
tags: ["Lists"]
---

# Get one List's entities

`GET /lists/{list_token}`

Return all entities belonging to the specified List

## Query parameters

- `records` integer
- `offset` integer

## Response `200`

List entities

- object
  - `status_code` number
  - `error` object
  - `timestamp` integer
  - `name` string
  - `list_token` string
  - `data` Schema[] — unresolved $ref
  - `paging` object
    - `next` string
    - `previous` string
    - `total_records` integer
    - `page_records` integer
    - `offset` integer

---

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