Retrieves a list of database connections with optional filtering and sorting
Can be 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 database name (case-insensitive, partial matching)
Filter connections by dialect(s). For multiple dialects, provide a comma-separated list (e.g., postgres,mysql).
The database dialect.
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 When true, the response includes deleted connections. Defaults to false.
Returns a list of connections objects