Skip to main content
GET
Get a data source

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

dataSourceId
string
required

Data source identifier.

Response

OK

externalName
string

Database or service name exposed by the data source.

Example:

"onboarding"

id
string

Stable identifier used in Reporter API requests.

Example:

"midaz_onboarding"

tables
object[] | null

Queryable tables or collections exposed by the data source.

Example:
type
string

Database technology backing the data source.

Example:

"postgresql"