Searching for project list based on 'path_with_namespaces' glob?

Hello, I am attempting to use the Gitlab API to return a list of projects based on a glob of the projects path.

Seems like both the ‘project’ and the ‘search’ api get close, but I haven’t been able to accomplish my goal thus far.

The keyword-search under the project api doesn’t seem to consider namespaces, but returns a list of projects that contain the given keyword in project name/description.

I tried using search API scoped to projects with a search string like “path_with_namespaces:mygroup/*” to no avail (returning blank lists).

Is it possible to search for projects in this manner, or am I missing something?

Thanks in advance.