List connections
List connections
Returns a filtered, paginated list of database connections visible to the optional product. Dynamic metadata filters use query parameters such as metadata.region=br.
GET
List connections
Authorizations
JWT bearer token issued by the identity provider.
Headers
Product name used for connection isolation.
Example:
"midaz"
Query Parameters
Page number; defaults to 1.
Example:
1
Page size; defaults to 10 and is capped at 100.
Example:
10
Sort direction.
Available options:
asc, desc Example:
"desc"
Database type filter.
Available options:
ORACLE, SQL_SERVER, POSTGRESQL, MONGODB, MYSQL Example:
"POSTGRESQL"
Inclusive creation date in YYYY-MM-DD format.
Example:
"2026-01-01"
Inclusive final creation date in YYYY-MM-DD format.
Example:
"2026-01-31"

