Get table details from database (per-package)
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
Get table details from database (per-package)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the environment Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the package whose connection context to use Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the connection Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the schema Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Full path to the table Path pattern supporting slashes, dots, and dashes
Pattern:
^[a-zA-Z0-9_/.-]+$