Is there a way i can know which rule was executed at run time

I have a business rule task as shown below.
.Is there a way I can know the index of the rule was executed at run time?
image

You can query for all of the completed decisions via the rest api
https://docs.camunda.org/manual/latest/reference/rest/history/decision-instance/get-decision-instance-query/

In my case actually, in the successive components of the DMN, I need to get the index of the rule executed.Is there a way to get it in the Result Variable of the DMN @Niall