an object with query parameters
OptionaldataSourceId?: stringFilters results to the specified datasource ID. When this parameter appears multiple times, only the last value is used.
Optionaldetail?: booleanWhen true, includes connector node details in the response.
OptionalincludeDisabled?: booleanWhen true, includes disabled datasources in the response. Disabled datasources are excluded by default.
Optionalincludeui?: booleanWhen true, includes UI metadata such as connect, credentials, and select dialog URLs in the response.
Optionaloptions: ApiCallOptions
Returns the list of datasources available on the connector node. Each entry includes the connector provider, capabilities, and optional UI metadata. Filter by
dataSourceIdto retrieve a specific datasource, or setincludeDisabledtotrueto include datasources that have been disabled.