cURL
curl --request GET \ --url https://aiapi.{client}.nx1cloud.com/api/metastore/catalogs/{catalog_name}/schemas/{schema_name}/tables/{table_name}/columns \ --header 'Authorization: Bearer <token>'
{ "columns": [ "<string>" ] }
Get columns for a specific table.
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog name.
Schema name.
Table name.
Data retrieved successfully.
List of column names within the specified table.
Was this page helpful?