Skip to main content
GET
/
api
/
metastore
/
column-types
Get supported column types
curl --request GET \
  --url https://api.example.com/api/metastore/column-types \
  --header 'Authorization: Bearer <token>'
{
  "types": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Column types retrieved successfully.

types
string[]
required

List of supported Trino column data types