Filtering on Groups by name

Is there a way to filter on Groups by name? ‘/api/v1/groups?filter=profile.name eq “blah”’ doesn’t seem to be supported.

Searching using “?q=blah” is an option, but as I understand, it doesn’t guarantee that it will always find all groups with that name (depending on whether indexing has been done or not).

https://developer.okta.com/docs/api/resources/groups/#search-groups

/api/v1/groups?q=blah&limit=10"