Path Parameters
Name of the project
Name of the connection
Name of the schema
Response
A list of table names available in the specified schema
The response is of type string[]
.
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.
Name of the project
Name of the connection
Name of the schema
A list of table names available in the specified schema
The response is of type string[]
.