---
title: "List discovered connections"
method: GET
path: "/v1/discovery/connections"
tags: ["Discovery"]
---

# List discovered connections

`GET /v1/discovery/connections`

Use this endpoint to retrieve all discovered Fetcher database connections available for the current tenant.

## Headers

- `X-Request-Id` string

## Response `200`

List of discovered connections

- ConnectionListResponse — List of discovered Fetcher connections
  - `connections` ConnectionResponse[] — Discovered connections
    - `id` string — Internal identifier for the connection
    - `configName` string — Name of the Fetcher configuration that produced this connection
    - `databaseType` string — Type of database (e.g. postgres, mysql)
    - `status` string — Current connection status
    - `schemaDiscovered` boolean — Whether the table schema has been discovered for this connection
    - `lastSeenAt` string — Timestamp when this connection was last observed in Fetcher

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
