Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
schemas
/
{schemaName}
/
tables
[
  "<string>"
]

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

schemaName
string
required

Name of the schema

Response

A list of table names available in the specified schema

The response is of type string[].

I