Get dataset
Get a dataset by id
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Path Parameters
datasetIdstring
Dataset ID
Response Body
curl -X GET "https://eu1.api.bivariant.com/v1/datasets/string"{
"assetId": "string",
"createdAt": "string",
"description": "string",
"format": "CSV",
"id": "string",
"metadata": null,
"name": "string",
"organizationId": "string",
"schema": null,
"sourceId": "string",
"spaceId": "string",
"title": "string",
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}