Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
schemas
[
  {
    "name": "<string>",
    "description": "<string>",
    "isDefault": true,
    "isHidden": true
  }
]

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

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

I