cURL
curl --request GET \ --url https://api.example.com/api/metastore/column-types \ --header 'Authorization: Bearer <token>'
{ "types": [ "<string>" ] }
Return the list of supported Trino column data types.
The access token received from the authorization server in the OAuth 2.0 flow.
Column types retrieved successfully.
List of supported Trino column data types
Was this page helpful?