Get list of all decisions in BPMN

I have a list of published DMNs that have an index prefix (eg. “001-DMN1”, “002-DMN1”, etc). I am running some business rules based on groupings of DMNs and business users will be enabled to upload their own DMNs. I want to create an iterative task linked in a BPMN but I need to be able to get the list of DMN’s from the server first so I can group them. In Postman, I’d usually use this API to get them

curl --location --request GET 'http://localhost:8080/engine-rest/decision-definition?latestVersion=true'

In Camunda Modeler I’ve used a Business Rule Task to evaluate a DMN. Is there something similar to get a list of DMNs from the server?