curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/autocomplete \
--header 'Authorization: Bearer <token>'{
"outcome": "<string>",
"results": [
{
"label": "<string>",
"value": "<string>"
}
]
}Get column autocomplete suggestions
curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/autocomplete \
--header 'Authorization: Bearer <token>'{
"outcome": "<string>",
"results": [
{
"label": "<string>",
"value": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?