Golden data sets
List Columns in 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
Response Body
application/json
curl -X GET "https://api.bem.ai/v2/datasets/string/columns"{
"columns": [
{
"name": "string",
"description": "string",
"type": "file"
}
],
"totalCount": 0,
"error": "string"
}