Rate Limit Rules & Workers

Hello, I am wondering if Rate Limit Rules info, such as the rule ID, is accessible from inside workers

What I want to experiment with is to create Rate Limit Rules in simulate mode. If an incoming HTTPS request triggers the rule, I would like to pass the rule ID as a customer HTTP header with the ID of the rule.
On the application side, I can use this ID to along with other data, which are only available on the application server side, to decide whether to block the request or not.