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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the project 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.