This API endpoint retrieves details about a specific Datasource using the GET
method.
Set this value to true
to check the connection to the data source.
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.
A valid API key must be passed in the Authorization
header:
Generate your API key here.
The name of the Datasource you want to retrieve.