Support
Log In
Connections

List tables in database

Retrieves a list of all tables and views available in the specified database schema. This endpoint is useful for discovering available data sources and exploring the database structure. The schema must exist in the connection for this operation to succeed.

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

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