curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/schema \
--header 'Authorization: <api-key>'
Read table schema
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/schema \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name (without type)
Was this page helpful?