Support
Log In
Connections

List tables in database (per-package)

Retrieves a list of all tables and views available in the specified database schema, resolved in the context of the named package.

GET/environments/{environmentName}/packages/{packageName}/connections/{connectionName}/schemas/{schemaName}/tables

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

Match^[a-zA-Z0-9_-]+$
packageName*string

Name of the package whose connection context to use

Match^[a-zA-Z0-9_-]+$
connectionName*string

Name of the connection

Match^[a-zA-Z0-9_-]+$
schemaName*string

Name of the schema

Match^[a-zA-Z0-9_-]+$

Query Parameters

tableNames?array<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 Body

application/json

application/json

application/json

application/json

application/json