Hello @agilezebra,
There is no mechanism provided by Traefik.
I found some Github issues that can be related to this need:
- Dashboard features · Issue #5667 · traefik/traefik · GitHub
- Method for debugging priorities in IngressRoute and/or Ingress resources · Issue #7006 · traefik/traefik · GitHub
If you need that, as workaround, you can use the API to fetch and extract the data from the router's configuration. The algorithm is: priority = router.priority || len(router.rule)