Sql Tag Historian List

Is there a scripting function to return a list of all the tags (tag paths) that are logged using the SQL Tags Historian. I couldn’t find it in the manual.

Thanks,

No, but you can query the sqlth_te table in the database to find all of the tags that are not retired:SELECT * FROM sqlth_te WHERE retired IS NULL