Support
Log In
Connections

Get table details from database

Retrieves a table from 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. The tablePath is the full path to the table, including the schema name.

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

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_-]+$
tablePath*string

Full path to the table

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

Response Body

application/json

application/json

application/json

application/json

application/json