---
title: "List Entries Handler"
method: GET
path: "/api/v1/beam/datasets/{dataset_id}/entries"
tags: ["BEAM"]
---

# List Entries Handler

`GET /api/v1/beam/datasets/{dataset_id}/entries`

## Path parameters

- `dataset_id` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Successful Response

- DatasetEntriesListResponse
  - `values` string[], required
  - `cursor` string, nullable, required
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/allium/apis/allium-account-api.md) · [All operations](https://skmtc.net/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/allium/allium-account-api/versions/6c79c032c85d/schema)
