Script Console Browse for Tag Providers

I found this to work for me using 8.1.43

results = system.tag.browse()
for i in results: 
	print i['fullPath']