Skip to main content
GET
Get a data source

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

dataSourceId
string
requerido

Data source identifier.

Respuesta

OK

externalName
string

Database or service name exposed by the data source.

Ejemplo:

"onboarding"

id
string

Stable identifier used in Reporter API requests.

Ejemplo:

"midaz_onboarding"

tables
object[] | null

Queryable tables or collections exposed by the data source.

Ejemplo:
type
string

Database technology backing the data source.

Ejemplo:

"postgresql"