List connections
Retrieves a list of database connections with optional filtering and sorting
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
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, databricks_lakebase, exasol, mariadb, motherduck, mssql, mysql, oracle, postgres, redshift, sap_hana, 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.
Response
Returns a list of connections objects