Retrieves a list of database connections with optional filtering and sorting
Use either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Filter connections by name (case-insensitive, partial matching)
Filter connections by dialect(s). For multiple dialects, provide a comma-separated list (e.g., postgres,mysql).
athena, bigquery, clickhouse, databricks, exasol, mariadb, motherduck, mssql, mysql, postgres, redshift, snowflake, starrocks, trino Field to sort by
database, dialect, name Direction for sorting:
asc - Ascending order (A-Z, 0-9)desc - Descending order (Z-A, 9-0)asc, desc If true, the response will include deleted connections
Returns a list of connections objects