Connections
Get table details from database (per-package)
Retrieves a table from the specified database schema, resolved in the context of the named package.
GET
/environments/{environmentName}/packages/{packageName}/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_-]+$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_-]+$tablePath*string
Full path to the table
Match
^[a-zA-Z0-9_/.-]+$Response Body
application/json
application/json
application/json
application/json
application/json