Skip to main content
GET
List connections

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Product-Name
string

Product name used for connection isolation.

Example:

"midaz"

Query Parameters

page
integer
default:1

Page number; defaults to 1.

Example:

1

limit
integer
default:10

Page size; defaults to 10 and is capped at 100.

Example:

10

sortOrder
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
Example:

"desc"

type
enum<string>

Database type filter.

Available options:
ORACLE,
SQL_SERVER,
POSTGRESQL,
MONGODB,
MYSQL
Example:

"POSTGRESQL"

startDate
string

Inclusive creation date in YYYY-MM-DD format.

Example:

"2026-01-01"

endDate
string

Inclusive final creation date in YYYY-MM-DD format.

Example:

"2026-01-31"

Response

OK

items
object[] | null
required

Connections returned for this page.

Example:
limit
integer<int64>
required

Maximum items returned per page.

Example:

10

total
integer<int64>
required

Total matching connections.

Example:

10

page
integer<int64>

Current page number.

Example:

1