Gateway History Provider: Method to get list of History Providers from Gateway

In my test environment, this approach seemed to work:

tagBrowseResults = system.tag.browseHistoricalTags().results
historyProviders = [str(result.path.lastPathComponent) for result in tagBrowseResults]
print historyProviders

Output:

['Sample_SQLite_Database']

Tag provider list:
image