v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Discovery

Get a discovered connection

Use this endpoint to retrieve a single discovered Fetcher connection by its internal identifier.

get/v1/discovery/connections/{connectionId}

Path parameters

connectionIdstring required

The unique identifier of the connection.

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Connection details

idstring

Internal identifier for the connection

configNamestring

Name of the Fetcher configuration that produced this connection

databaseTypestring

Type of database (e.g. postgres, mysql)

statusstring

Current connection status

schemaDiscoveredboolean

Whether the table schema has been discovered for this connection

lastSeenAtstring

Timestamp when this connection was last observed in Fetcher