I have learned to make a list of all Apps including built-in apps in Splunk Ent. & ES, but need to make a list of hidden apps. Thank u for your answer in advance.
H9 @SamHTexas,
please try this:
| rest /services/apps/local | search disabled=0 | table label version
Ciao.
Giuseppe