Skip to main content
GET
Discover a connection schema

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

Resource identifier.

Example:

"2f1f35f4-4f50-44f3-a8ab-2772d395f0c2"

Response

OK

configName
string
required

Configuration name used to reference the connection.

Example:

"production-db"

databaseName
string
required

Database whose schema was discovered.

Example:

"mydatabase"

id
string
required

Unique connection identifier.

Example:

"018f47a6-3e5f-7b9a-8c1d-2e3f4a5b6c7d"

tables
object[] | null
required

Discovered tables or collections and their fields.

Example:
type
string
required

Database engine type.

Example:

"POSTGRESQL"