ER: List of triggers across all services in web admin

It would be nice to have central area to get a list of all active triggers across all services in the web admin. At the moment I have to write a script to query the API for all services and individually pull a list of triggers for each service.

API Calls
https://docs.docker.com/apidocs/docker-cloud/?python#list-all-services
https://docs.docker.com/apidocs/docker-cloud/?python#list-all-triggers

What do you think?