---
title: "Get a dataset example"
method: GET
path: "/v3/datasets/{dataset_api_id}/rows/{row_key}"
tags: ["Function Accuracy"]
---

# Get a dataset example

`GET /v3/datasets/{dataset_api_id}/rows/{row_key}`

**Get one example (row)** with its per-column values.

## Path parameters

- `dataset_api_id` string, required
- `row_key` string, required

## Response `200`

The request has succeeded.

- GoldenDataSetRowGetResponse — Response containing a single row from a golden data set
  - `row` GoldenDataSetRow — A row in a golden data set
    - `key` string, required — Unique key identifying the row
    - `columns` object, required — Map of column names to column values
    - `source` GoldenDataSetRowSource — The function output a transformation-backed dataset row was created from.
      - `transformationID` string, required — The source transformation's public id (also the row key).
      - `eventID` string — The public id of the event that produced the source output.
      - `referenceID` string — The caller-supplied reference id on the source transformation, if any.
      - `functionName` string, required — The function that produced the source output.
      - `functionVersionNum` integer, required — The version of that function.
      - `functionType` string — The function's type (e.g. "extract", "transform", "analyze").
  - `error` string, nullable — Error message if the retrieval failed

## Changes

- **2026-08-04** `643398900e5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bem-team/apis/bem-api/changes/v3/datasets/:dataset_api_id/rows/:row_key/get.md)

---

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