Support
Log In
Connections

List database schemas

Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it's the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.

GET/environments/{environmentName}/connections/{connectionName}/schemas

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

Match^[a-zA-Z0-9_-]+$
connectionName*string

Name of the connection

Match^[a-zA-Z0-9_-]+$

Response Body

application/json

application/json

application/json

application/json

application/json