---
title: "Get a value of a given key for a dataset"
method: GET
path: "/v2/dataset/{datasetName}/{key}"
tags: ["Dataset"]
---

# Get a value of a given key for a dataset

`GET /v2/dataset/{datasetName}/{key}`

## Path parameters

- `datasetName` string, required
- `key` string, required

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Request successfull. Responds with the value of the key of the dataset from the latest uploaded data

## Other responses

- `400` — Dataset/Uploads/backing resources not found
- `401` — Request is Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/versions/24ab78aba827/schema)
