[FEATURE?] Non-recursive system.tag.query?

I’m trying to work out how to get similar function to system.tag.browse('SOLAR', filter={'recursive': False}) but I’m starting to think it’s not possible…

I just want to return the tags from a folder/udt instance and not recurse into any deeper levels, but calling system.tag.query with the tagPath = “SOLAR” just gets me the SOLAR folder, and “SOLAR/*” gets me every tag under SOLAR including nested tags.

Am I missing something obvious?

I think "recursive” needs to be added into the options query param… kind of strange that i’ve only just noticed this is missing.

Also, why is “Folder” missing from this selection in the tag report tool?