---
title: "List database connections"
method: GET
path: "/databaseConnections"
tags: ["Database Connection"]
---

# List database connections

`GET /databaseConnections`

Returns a list of available database connections, which you can use to register Database assets.

This API only returns the connections that have already been synchronized with the catalog.
If a specific database connection is missing, the */databaseConnections/refresh* API can be called to refresh
the database connections available in the catalog with the data source.

## Query parameters

- `edgeConnectionId` string, uuid
- `schemaConnectionId` string, uuid
- `offset` integer
- `limit` integer

## Response `200`

Database connections successfully retrieved.

- DatabaseConnectionPagedResponse
  - `results` DatabaseConnection[] — The list of results.
    - `id` string, uuid, required — The ID of the database connection.
    - `name` string, required — The exact name of a database (catalog) read from the source.
    - `edgeConnectionId` string, uuid, required — The ID of the Edge connection.
    - `databaseId` string, uuid — The ID of the Database asset linked with this database connection.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
