Data Sources
Get Data Source
This API endpoint retrieves details about a specific Datasource using the GET
method.
Body
Set this value to true
to check the connection to the data source.
Response
Details for connecting to the data source including host, port, user, password, etc.
The status of the connection test, if check_connection=true
. Includes success flag and error message if applicable.
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
The name of the Datasource you want to retrieve.