Use this endpoint to list all database connections configured for your organization. You can apply filters, pagination, and sorting to narrow down results and find specific connections based on your criteria.
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Filter connections by product name. When provided, only connections associated with this product are returned. Must contain only alphanumeric characters, underscores, and hyphens (max 100 characters). The value is normalized to lowercase.
100^[a-zA-Z0-9_-]+$"my-product"
The page number to retrieve (1-indexed).
x >= 11
Maximum number of items returned per page (max 1000).
1 <= x <= 100050
The order used to sort the results.
asc, desc "desc"
Filter connections by database type.
ORACLE, SQL_SERVER, POSTGRESQL, MONGODB, MYSQL Filter connections by hostname or IP address.
Filter connections by database name.
Filter connections created on or after this date (format YYYY-MM-DD).
"2025-01-01"
Filter connections created on or before this date (format YYYY-MM-DD).
"2025-12-31"
The list of all connections available for the organization.
Paginated list of connections.
Current page number in the paginated results (1-indexed).
1
Maximum number of items returned per page.
50
Total count of items available across all pages.
3
Array containing the connections for the current page.
100