system.tag.browseTags tagPath not working

I just cant get this to work. it seems simple enough.
tag = (system.tag.browseTags(tagPath= “[Default]CC07/GenericIOContainer/FlexIO”))

The tag path is valid, it works when I browse from the parent path (using CC07/GenericIOContainer/), but returns all tags in GenericIOContainer. Basically I am trying to return a tag type object for that specific tag, instead of browsing into its members. If I use ParentPath parameter, it returns back all its members inside which I don’t want.

Are you using Ignition 8 or Ignition 7?

ignition 8.0.12
For now I am just using ParentPath = CC07/GenericIOContainer/
and filtering on the FlexIO string