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>"
}
]Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?