curl --request GET \
--url https://api.getcargo.io/v1/workspaceManagement/files/listColumns \
--header 'Authorization: Bearer <token>'{
"columns": [
{
"type": "<string>",
"name": "<string>"
}
]
}List columns from a file
curl --request GET \
--url https://api.getcargo.io/v1/workspaceManagement/files/listColumns \
--header 'Authorization: Bearer <token>'{
"columns": [
{
"type": "<string>",
"name": "<string>"
}
]
}Was this page helpful?