Get a list of datasourcesget {protocol}://{base-url}/integration/v1/datasource/This API can be used to retrieve multiple existing data sources in bulk.Query Paramsinclude_undeployedbooleanSpecifies if undeployed datasources should be included in retrieved list. Undeployed data sources are the ones whose configurations and deployment setup is not complete. Admins cannot trigger metadata extraction on undeployed data sources.truefalseinclude_hiddenbooleanSpecifies if hidden datasources should be included in retrieved list. Hidden data sources are not visible in the UI. These are the data sources created via the API with the is_hidden property set to True. There is no UI for the Settings page of such sources and they can only be accessed through the API.truefalseexclude_suspendedbooleanenumOptional parameter to exclude suspended owner ids when parameter added in URL.trueAllowed:truefieldsstringOptional comma-separated list of field names to include in the response. When provided, only the specified fields are returned (sparse fieldset). When omitted, all fields are returned. Invalid field names are silently ignored.Responses 200Requested datasources 400Malformed Request 401Unauthorized bad/missing token 403Forbidden User cannot edit this resource 404The specified resource was not found 500Internal Server ErrorUpdated 2 months ago Did this page help you?YesNo