Connections
List database schemas (per-package)
Retrieves a list of all schemas (databases) available in the specified connection, resolved in the context of the named package. Required for connectionName="duckdb", which is per-package; works for any other connection name as well (resolution falls through to the environment).
GET
/environments/{environmentName}/packages/{packageName}/connections/{connectionName}/schemasAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Name of the package whose connection context to use
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