Golden data sets

Get a Row from a Specific Version of a Golden Data Set

GET
/v2/datasets/{dataset_api_id}/versions/{version_num}/rows/{row_key}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

dataset_api_id*string

Unique identifier of the dataset

version_num*integer

Version number

row_key*string

Key of the row

Response Body

application/json

curl -X GET "https://api.bem.ai/v2/datasets/string/versions/0/rows/string"
{
  "row": {
    "key": "string",
    "columns": {}
  },
  "error": "string"
}