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.
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
^[a-zA-Z0-9_-]+$Name of the package whose connection context to use Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Name of the connection Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Name of the schema Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
List of table names to filter results. When provided, only returns metadata for the specified tables. When omitted, returns all tables in the schema.