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