curl --location --request GET '/ds/dataset/table' \
--header 'Authorization: {{ACCESS_TOKEN}}'
[
{
"args": [
null
],
"catalog": {
"id": "string"
},
"config": {
"builtin": {
"config": {},
"identifier": "log",
"tableType": "builtin"
},
"sql": "SELECT * FROM cars",
"table": "cars",
"union": {
"children": [
{}
],
"datasetType": "sql",
"ds": "string",
"fields": [
"string"
],
"position": {
"x": 0,
"y": 0
},
"rel2Parent": {
"fields": [
{
"childField": "string",
"parentField": "string"
}
],
"joinType": "inner"
}
}
},
"corrupt": "string",
"createdAt": "2019-08-24T14:15:22Z",
"creator": "string",
"dataSourceId": "string",
"datasetType": "sql",
"id": "string",
"name": "string",
"order": 0,
"sql": "string",
"style": {},
"syncMode": 0,
"updatedAt": "2019-08-24T14:15:22Z",
"viewName": "string"
}
]