List PostgreSQL tables
Metadata
List PostgreSQL tables
List all tables in a PostgreSQL schema. Set vectorOnly to true to filter to tables with an embedding column (pgvector tables).
GET
List PostgreSQL tables
Authorizations
Optional API key for authentication (enabled via application.yaml)
Query Parameters
Database name
Schema name
If "true", only return tables with an embedding column
Response
Array of table names
