Data Sources
List Data Sources
This API endpoint lists all connected Datasources using the GET
method.
Body
None.
Response
Details for connecting to the data source including host, port, user, password, etc.
Optional description of the datasource.
The engine type of the datasource (e.g., postgres).
The unique name of the datasource.
List of tables that are accessible from this datasource.
Authorization
A valid API key must be passed in the Authorization
header:
Generate your API key here.
Path Parameters
None.