---
title: "Add Entries By Name Handler"
method: POST
path: "/api/v1/beam/datasets/entries"
tags: ["BEAM"]
---

# Add Entries By Name Handler

`POST /api/v1/beam/datasets/entries`

## Request body

- DatasetEntriesAddByNameRequest
  - `name` string, required
  - `values` string[], required

## Response `200`

Successful Response

- DatasetEntryCountResponse
  - `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)
