Skip to main content
GET
List database schemas (per-package)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentName
string
required

Name of the environment Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
packageName
string
required

Name of the package whose connection context to use Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
connectionName
string
required

Name of the connection Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Response

A list of schemas available in the connection with metadata

name
string

Name of the schema

description
string

Description of the schema

isDefault
boolean

Whether this schema is the default schema

isHidden
boolean

Whether this schema is hidden