---
title: "List dataset examples"
method: GET
path: "/v3/datasets/{dataset_api_id}/rows"
tags: ["Function Accuracy"]
---

# List dataset examples

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

**List a dataset's rows (examples).**

## Path parameters

- `dataset_api_id` string, required

## Response `200`

The request has succeeded.

- GoldenDataSetRowListResponse — Response containing a list of rows in a golden data set
  - `rows` GoldenDataSetRow[], nullable — List of rows
    - `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").
  - `totalCount` integer, nullable — Total number of rows
  - `error` string, nullable — Error message if the list operation failed

---

[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)
