List database schemas (per-package)
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
List database schemas (per-package)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the environment Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the package whose connection context to use Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the connection Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$