Golden data sets
Get a Column from a Specific Version of a Golden Data Set
Authorization
API 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
column_name*string
Name of the column
Response Body
application/json
curl -X GET "https://api.bem.ai/v2/datasets/string/versions/0/columns/string"{
"column": {
"name": "string",
"description": "string",
"type": "file"
},
"error": "string"
}