cURL
curl --request GET \ --url https://api.example.com/api/metastore/catalogs/metadata \ --header 'Authorization: Bearer <token>'
{ "catalogs": {} }
Get schema/table/view counts for all non-system catalogs from Trino. This is a separate, potentially slow call — the portal fetches it after rendering the catalog list from get_catalog_details.
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog metadata retrieved successfully.
Map of catalog name to metadata counts (null if fetch failed)
Show child attributes
Was this page helpful?