curl --request GET \
--url https://api.getmaxim.ai/v1/datasets/columns \
--header 'x-maxim-api-key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": {
"columnDataType": "<string>",
"delimiter": "<string>"
},
"columnType": "<string>"
}
]Get dataset columns
curl --request GET \
--url https://api.getmaxim.ai/v1/datasets/columns \
--header 'x-maxim-api-key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": {
"columnDataType": "<string>",
"delimiter": "<string>"
},
"columnType": "<string>"
}
]API key for authentication
Unique identifier for the workspace
Unique identifier for the dataset to to fetch the columns of
Maximum number of records to return (max: 100)
x <= 100Was this page helpful?