Skip to main content
GET
List tables in database (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_-]+$
schemaName
string
required

Name of the schema Standard identifier pattern for resource names

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

Query Parameters

tableNames
string[]

List of table names to filter results. When provided, only returns metadata for the specified tables. When omitted, returns all tables in the schema.

Response

A list of table names available in the specified schema

resource
string

Resource path to the table.

source
string

Table source as a JSON string.

columns
object[]

Table fields