Skip to main content
GET
Get metadata counts for a specific catalog

Authorizations

Authorization
string
header
required

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

Path Parameters

catalog_name
string
required

Name of the catalog.

Response

Catalog metadata retrieved successfully.

name
string
required

Name of the catalog.

schema_count
integer | null

Number of schemas in the catalog.

table_count
integer | null

Number of tables in the catalog excluding views.

view_count
integer | null

Number of views in the catalog.