@jonathanl557422 it is not fun, but what you are asking is achievable
with the Target API + a db + an express server. You can fetch a list of
all the activated activities, then fetch the individual details of each
activity and store the meta data necessary into your db. Audience id is
one of the fields inside the activity single view. You can then use that
id to step into the audience api to get the name/rules. There are a
bunch of gotchas though, one of them being that audiences created within
...