cURL
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
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 <= 100
Dataset columns retrieved successfully
Show child attributes
Was this page helpful?